Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
Top 23 Lua Lsp Projects
-
I am trying to set up the pbkit language server for protobuf files. Since it is not part of the nvim-lspconfig repo's server configurations, I have to figure the way out myself. It doesn't seem to be too difficult, as I can start from the bufls configuration there. The following is what I have at the moment:
-
Project mention: What's this type of plugin called? (it shows the structure of code) | /r/neovim | 2023-05-30
Must be lspsaga
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
Project mention: Embracing Neovim: Navigating Configuration Challenges and Seeking Guidance | dev.to | 2023-08-15
-
Project mention: Beginner question: is there any coding standard for documenting Lua functions or tables emulating OOP? | /r/lua | 2023-06-01
You can use LLS extension for VSCode. Documentation: https://github.com/LuaLS/lua-language-server/wiki/Annotations
-
I'm using the config available here.
-
However, many language clients are indeed sensitive to the latency of language servers like https://github.com/ray-x/lsp_signature.nvim and https://github.com/hrsh7th/nvim-cmp, and I do not have the ability to improve them.
-
Hey folks! I can't for the life of me figure out how to properly configure `nvim-ufo` with Lazy vim. I've read a bunch of reddit threads and documentation, it just doesn't click in my head what is it that I'm doing wrong.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
Personally, i think nvim-lint is the best alternative currently, specially so because it has no dependencies on external binaries. This guide assumes you already have your LSP set up with nvim-lspconfig (or an alternative like lsp-zero). You should also have an way to install the linters you are gonna need, i highly recommend Mason with mason-lspconfig.
-
There's a cmp-icons plugin: https://github.com/onsails/lspkind.nvim and also you can see the cmp documentation inside vim running :h cmp I spend many hours reading each plugin documentation to customize all my plugins. I hope I've helped.
-
Project mention: What's this type of plugin called? (it shows the structure of code) | /r/neovim | 2023-05-30
I tried aerial.nvim the other day and it's pretty cool. Haven't tried lspsaga yet so I'm not sure if it fits the same purpose.
-
-
lsp-status.nvim
Utility functions for getting diagnostic status and progress messages from LSP servers, for use in the Neovim statusline
-
One of the demo pics in the GitHub README seemingly shows a file navigation panel. Since I haven't seen any config which reproduces this feature, do you any ideas as to how it was done? I'm only aware of two packages with similar functionality (nvim-navbuddy and dropbar) but they do not display breadcrumbs as a side panel.
-
Probably you need something like SchemaStore.nvim (this is a jsonls problem, not a tsserver one)
-
I'm pretty sure Dropbar requires Neovim Nightly. I use Barbecue, personally, since I don't use Neovim Nightly.
-
-
Thanks for the reply! I also wanted to make it work with clangd, but it won't. I stumbled upon this issue. Maybe you have enough knowledge to figure this out, I don't know how to set up this compilation database. I installed clangd using Mason, and configured it via lspconfig basically the same way as the guy in the issue I linked did. Also, I'm using the newest nightly.
-
clangd_extensions.nvim
Clangd's off-spec features for neovim's LSP client. Use https://sr.ht/~p00f/clangd_extensions.nvim instead
Project mention: What is the current state of Inlay Hints within the Native LSP ? | /r/neovim | 2023-02-18There are a plugins like clang extensions that offers such features.
-
By multiple subprojects are they independent builds? Or just one big build with nested build files? I actually have a discussion related to this in here. Please to jump in there if that's the same issue you're having and comment on your situation. It'll be helpful to determine how to address it.
-
dotfiles
🏡 /.dotfiles | Includes configs for neovim, tmux, zsh, alacrity, kitty, and more | Managed by GNU stow (by numToStr)
I used this one as a reference when I moved to init.lua.
-
Project mention: What SQL formatter do you use? What can give you Intellij like formatting for SQL? | /r/neovim | 2023-04-19
I also use sql-language-server for completion. It works for me with a .sqlrc.json config file, which allows me to change database config based on parent directory. I have not been able to configure sqlls with nlsp-settings for some reason.
-
Mergify
Updating dependencies is time-consuming.. Solutions like Dependabot or Renovate update but don't merge dependencies. You need to do it manually while it could be fully automated! Add a Merge Queue to your workflow and stop caring about PR management & merging. Try Mergify for free.
Lua Lsp related posts
- Need help to set up the pbkit language server
- Linting/formatting and LSP
- Option omnifunc is not set
- Embracing Neovim: Navigating Configuration Challenges and Seeking Guidance
- Using nvim-lint as a null-ls alternative for linters
- Configurando Neovim para Java
- Archiving Null-Ls
-
A note from our sponsor - SonarQube
www.sonarqube.org | 27 Sep 2023
Index
What are some of the best open-source Lsp projects in Lua? This list will help you:
Project | Stars | |
---|---|---|
1 | nvim-lspconfig | 8,095 |
2 | lspsaga.nvim | 3,008 |
3 | lsp-zero.nvim | 2,763 |
4 | lua-language-server | 2,590 |
5 | vim-config | 1,755 |
6 | lsp_signature.nvim | 1,630 |
7 | nvim-ufo | 1,519 |
8 | mason-lspconfig.nvim | 1,458 |
9 | nvim-navic | 1,116 |
10 | lspkind.nvim | 1,097 |
11 | navigator.lua | 1,087 |
12 | aerial.nvim | 1,061 |
13 | flutter-tools.nvim | 663 |
14 | lsp-status.nvim | 590 |
15 | dropbar.nvim | 524 |
16 | SchemaStore.nvim | 516 |
17 | barbecue.nvim | 504 |
18 | nvim-lsputils | 416 |
19 | lsp-inlayhints.nvim | 380 |
20 | clangd_extensions.nvim | 378 |
21 | nvim-metals | 362 |
22 | dotfiles | 287 |
23 | nlsp-settings.nvim | 269 |