toy-language-server
Example language server (LSP) implementation for a toy language (by bkomuves)
haskell-tools.nvim
🦥 Supercharge your Haskell experience in neovim! (by mrcjkb)
toy-language-server | haskell-tools.nvim | |
---|---|---|
3 | 7 | |
60 | 551 | |
- | 0.5% | |
0.0 | 8.8 | |
about 4 years ago | 9 days ago | |
Haskell | Lua | |
BSD 3-clause "New" or "Revised" License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
toy-language-server
Posts with mentions or reviews of toy-language-server.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-21.
-
DSLs with LanguageServer support
tell us how you really feel.
-
Holy sh*t, the lsp and lsp-types packages are nightmares
I figured out the basics of the old one, and wrote a small (incomplete) abstraction layer on the top of it, and an example server using it, it's here - but I haven't had the energy to figure out the new version yet...
haskell-tools.nvim
Posts with mentions or reviews of haskell-tools.nvim.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-04-16.
-
haskell-tools.nvim 1.10.0 - nvim-dap configuration discovery for haskell-debug-adapter
haskell-tools.nvim 1.10.0 now has the ability to discover nvim-dap launch configurations for haskell-debug-adapter from cabal and stack projects.
-
`haskell-tools.nvim` 1.9.0 - Minimising the impact on Neovim's startup footprint with ftplugin support
For language-specific plugins and configs, it can make sense to load them only when actually working with the respective language. For this reason, I have added better support for setting up haskell-tools.nvim in ~/.config/nvim/ftplugin/haskell.lua.
-
haskell-tools.nvim - New experimental feature: Evaluate all code snippets in the current buffer
I thought it would be neat if there were a way to update all haskell-language-server evalCommand code lenses at once. So I implemented it in haskell-tools.nvim.
-
Plugin devs: type check your lua plugins with lua-language-server and EmmyLua (GitHub action)
When I added some EmmyLua docs to one of my plugins (to generate Vimdoc using lemmy-help), I noticed lua-language-server was giving me diagnostics based on my documentation. This was something I was not getting from linters like luacheck. So I asked myself, "Can I leverage lua-language-server and EmmyLua to statically type check my Lua code?"
-
haskell-tools.nvim new feature release 1.2.0
I just completed work on some new features for my haskell-tools.nvim plugin!
- New plugin: Supercharge your Haskell experience in neovim
-
Supercharge your Haskell experience in neovim
haskell-tools.nvim
What are some alternatives?
When comparing toy-language-server and haskell-tools.nvim you can also consider the following projects:
implicit-hie-cradle - Auto generate stack or cabal multi component hie-bios Cradles, used by HLS and ghcide.
haskell-debug-adapter - Debug Adapter for Haskell debugging system.
salt - The compilation target that functional programmers always wanted.
telescope-manix - A telescope.nvim extension for Manix - A fast documentation searcher for Nix
haskell-lsp - Haskell library for the Microsoft Language Server Protocol
lemmy-help - Every one needs help, so lemmy-help you! A CLI to generate vim/nvim help doc from emmylua