nvim-lspconfig
lspsaga.nvim
Our great sponsors
nvim-lspconfig | lspsaga.nvim | |
---|---|---|
464 | 61 | |
6,964 | 2,633 | |
4.8% | - | |
9.1 | 9.4 | |
about 18 hours ago | 4 days ago | |
Lua | Lua | |
Apache License 2.0 | MIT License |
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.
nvim-lspconfig
-
A Minimal Neovim Configuration for TypeScript Development featuring Lazy.nvim, LSP, Tree-Sitter, Prettier, Guess-Indent
neovim/nvim-lspconfig is used for LSP configuration. In particular, lsp-zero.nvim is not needed. But in the configuration, the keybindings from both packages are linked and listed.
-
How to disable Pyright diagnostics?
Pyright configuration for disabling hint diagnostics · Issue #726 · neovim/nvim-lspconfig (github.com)
-
Set up LSP for C programming
And just to clarify (not sure if this information is useful to you), lsp-zero only adds to the LSP server settings for the "capabilities" property and an on_attach function. Anything else is provided by nvim-lspconfig or mason-lspconfig.
-
JDTLS and LazyVim
Hello! I recently started using nvim after using vim on and off for some time. I've been using LazyVim since it seemed to have a good baseline configuration for me. I mostly develop in Java so I wanted to get additional features by using nvim-jdtls instead of the bundled nvim-lspconfig.
-
The v2.x branch of lsp-zero is available for testing
For those who don't know, lsp-zero is a plugin that bundles a configuration for nvim-lspconfig and nvim-cmp. The original idea was to make a setup for the built-in LSP client that didn't require too much effort.
To be fair nvim-lspconfig does make it easy to "connect" a language server with Neovim. That's all you need (and the language server itself, of course). People really struggle with the autocompletion part. Trying to replicate the exact behaviour of other editors is not that easy.
-
What's the coolest thing you've done with Neovim?
The coolest thing I've done is now I can code scheme lisp with help from my own LSP server named named scheme-langserver. With nvim-lspconfig and many other plugins, developing is really friendly. And many convenient fucntionalities such as autocompletion, goto definition are really helped and will help other lisp coder. Now, I hope my work will make NeoVim the better lisp editor than Emacs Lol.
-
Help lua_ls is no t recognized by lspconfig
BTW how does 255e07c considered as latest stable version? When the latest release is 22c87d6
Current nvim-lspconfig head is commit 95b7a69. Does Lazy show you are on this commit for nvim-lspconfig?
feat: rename sumneko_lua -> lua_ls #2439
lspsaga.nvim
-
Ideas to practice lua and neovim plugin development
Participating — I'd like to see more contributors for LSP Saga, the various ChatGPT plugins, and pets!
-
Any recommended plugins to frictionlessly see lsp references in a perhaps a popup window?
Maybe Lspsaga could help
-
Is it possible to see peek the documentation for a symbol within an LSP hover window?
I think the LspSaga plugin has a hover_doc function! it's been really useful for me :D
-
How do I get this little tree like hierarchy of the code on the top?
You might like this: https://github.com/glepnir/lspsaga.nvim.
-
Finally. I've got some free time to work on configuring neovim. Here's the effect of about 2 weeks of free time. It finally feels soooooo cozy
I'm using LspSaga for that. Here's the configuration location
-
Can i show this in NvimTree ?
You can use LspSaga with Lspsaga outline
-
lsp_extras.nvim a plugin to handle lsp calls
there are many plugins to handle lsp calls like lspsaga.nvim and they are awesome
- Taglist alternatives
-
How can i see these "breadcrumbs"?
Check this: https://github.com/glepnir/lspsaga.nvim
What are some alternatives?
nvim-lsp-installer - Further development has moved to https://github.com/williamboman/mason.nvim!
coc - Chroniques Oubliées Contemporain
coc.nvim - Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
null-ls.nvim - Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
clangd - clangd language server
nvim-treesitter - Nvim Treesitter configurations and abstraction layer
ale - Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
nvim-jdtls - Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
python-lsp-server - Fork of the python-language-server project, maintained by the Spyder IDE team and the community
vim-lsp-settings - Auto configurations for Language Server for vim-lsp
typescript-language-server - TypeScript & JavaScript Language Server
packer.nvim - A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config