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 →
Nvim-lsp-installer Alternatives
Similar projects and alternatives to nvim-lsp-installer
-
-
-
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.
-
nvim-jdtls
Extensions for the built-in LSP support in Neovim for eclipse.jdt.ls
-
lsp-zero.nvim
A starting point to setup some lsp related features in neovim.
-
nvim-lspinstall
Provides the missing :LspInstall for nvim-lspconfig
-
mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
-
mason-lspconfig.nvim
Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim. Strongly recommended for Windows users.
-
InfluxDB
Build time-series-based applications quickly and at scale.. InfluxDB is the Time Series Platform where developers build real-time applications for analytics, IoT and cloud-native services. Easy to start, it is available in the cloud or on-premises.
-
-
null-ls.nvim
Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
-
coc.nvim
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
-
vscode-powershell
Provides PowerShell language and debugging support for Visual Studio Code
-
-
packer.nvim
A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
-
-
telescope.nvim
Find, Filter, Preview, Pick. All lua, all the time.
-
kickstart.nvim
A launch point for your personal nvim configuration
-
LunarVim
🌙 LunarVim is an IDE layer for Neovim. Completely free and community driven.
-
AstroNvim
AstroNvim is an aesthetic and feature-rich neovim config that is extensible and easy to use with a great set of plugins
-
-
Comment.nvim
:brain: :muscle: // Smart and powerful comment plugin for neovim. Supports treesitter, dot repeat, left-right/up-down motions, hooks, and more
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
nvim-lsp-installer reviews and mentions
-
Unable to get a working setup for lsp
I had previous gotten a working setup with https://github.com/williamboman/nvim-lsp-installer however, I have been unable to get it working ever since.
-
How do you stay up-to-date on the plugins you use?
The only way to stay up to date, is when you read the commits if you update the plugins. In this case for the lsp-installer in the commit bfa74f4 was mentioned that the plugin will no longer maintained
-
LSP question: manage an already installed server (instead of using lspinstall)
A word of caution, I believe lspinstall has been deprecated in favor of nvim-lspinstall which itself has also been deprecated in favor of mason-lspconfig
-
AstroNvim 2.4
We have now migrated from nvim-lsp-instasller to mason which provides automatic LSP and null-ls configuration after installation
-
Best way to go about installing LSP today?
nvim-lsp-installer or mason.nvim. FYI lsp-zero also uses mason.nvim for managing installation.
-
rust-analyzer changelog #146
Though mason only recently replaced nvim-lsp-installer. Same author but they decided to make a complete rewrite given the broader scope beyond only providing language servers. And nvim-dap had it's initial release in late July. The actual dap servers are all kind of mature since they've been running on vscode for a couple of years or more now - and the protocol is apparently almost as old as lsp. So when I call them beta, it's more a commentary on the state of the neovim side of the ecosystem. If you mess around getting nvim-dap to work then there's a chance things might change over the coming months and you might have to return to configuring it more often than you'd like. In this sense for now I'm happy just to open vscode or another more appropriate IDE to debug. But I can see myself using the plugins in a year or two when they've matured.
-
Is there any way to autocomplete language functions? For example, show things like fmt.Printf or fmt.Println when writing fmt.Print and pressing the autocomplete key.
Here are a few resources to get you started: 1. https://github.com/neovim/nvim-lspconfig 1. https://github.com/golang/tools/tree/master/gopls 1. https://github.com/williamboman/nvim-lsp-installer
-
rust_tools equivalent for C Sharp
Can recommend a combination of omnisharp-roslyn native LSP (installed manually or through something like mason or nvim-lsp-installer) with omnisharp-vim for some extra C#-niceties like OmniSharpRunTest, etc.
-
Moving to Mason.nvim
Following https://github.com/williamboman/nvim-lsp-installer/discussions/876 was literally all I had to do.
-
Support for mason.nvim has been added to lsp-zero
Since nvim-lsp-installer was a very useful, popular project I decided to add support. Now, the "new version" of nvim-lsp-installer is actually another plugin: mason.nvim. For more information about it read the announcement. Migrating away from nvim-lsp-installer to mason.nvim is just as easy as removing nvim-lsp-installer and adding mason.nvim and mason-lspconfig to your plugins.
-
A note from our sponsor - SonarQube
www.sonarqube.org | 9 Feb 2023
Stats
williamboman/nvim-lsp-installer is an open source project licensed under Apache License 2.0 which is an OSI approved license.
Popular Comparisons
- nvim-lsp-installer VS nvim-lspconfig
- nvim-lsp-installer VS nvim-lspinstall
- nvim-lsp-installer VS omnisharp-vim
- nvim-lsp-installer VS coc-eslint
- nvim-lsp-installer VS nvim-jdtls
- nvim-lsp-installer VS vscode-powershell
- nvim-lsp-installer VS nvim-cmp
- nvim-lsp-installer VS mason-lspconfig.nvim
- nvim-lsp-installer VS coc.nvim
- nvim-lsp-installer VS lua-language-server