Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Mason-lspconfig.nvim Alternatives
Similar projects and alternatives to mason-lspconfig.nvim
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
-
-
-
null-ls.nvim
Discontinued Use Neovim as a language server to inject LSP diagnostics, code actions, and more via Lua.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
mason.nvim
Portable package manager for Neovim that runs everywhere Neovim runs. Easily install and manage LSP servers, DAP servers, linters, and formatters.
-
nvim-lsp-installer
Discontinued Further development has moved to https://github.com/williamboman/mason.nvim!
-
-
-
-
diffview.nvim
Single tabpage interface for easily cycling through diffs for all modified files for any git rev.
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
mason-lspconfig.nvim discussion
mason-lspconfig.nvim reviews and mentions
-
[SOLVED] Vue 3 + TypeScript + Inlay Hint support in NeoVim
It would be an understatement to say that getting stable Vue 3 language server support in NeoVim over the last 9-12 months has been smooth sailing for me, as evidenced by this lengthy GitHub issue: volar v2 no longer works.
-
Ultimate Neovim Setup Guide: lazy.nvim Plugin Manager
williamboman/mason-lspconfig.nvim: Extension to mason.nvim that makes it easier to use lspconfig with mason.nvim.
-
Multifunctional IDE using Neovim (1 of 3)
How do you find the configuration for your language? This package manager has a List with all supported language servers, look for the language you need there, in nvim through the command :Mason look for the package name as in the table, and install, then in the next column open the link to the language server, and take the configuration from there. Let's install the language server for all languages that i use as an example
-
Do I need NeoVIM?
https://github.com/hrsh7th/nvim-cmp This is an autocompletion engine https://github.com/nvim-treesitter/nvim-treesitter This allows NeoVim to install parsing scripts so NeoVim can do things like code highlighting. https://github.com/williamboman/mason.nvim Not strictly necessary, but allows you to access a repo of LSP, install them, and configure them for without you actively messing about in config files. https://github.com/neovim/nvim-lspconfig Also not strictly necessary, but vastly simplifies LSP setup. https://github.com/williamboman/mason-lspconfig.nvim This lets the above two plugins talk to each other more easily.
-
How to best use nontrivial Python tool chains through neovim?
pylsp offers an option to install flake8 as an optional plugin and Mason offers a command to install pylsp plugins. I could then install flake8-pytest-style via pip. Then pylsp and flake8 would live in the same Mason environment and flake8-pytest-style would live in my project's environment. I don't know if/how they will communicate with each other.
-
Using nvim-lint as a null-ls alternative for linters
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.
-
How do I enable an LSP for json files?
Have you set up https://github.com/williamboman/mason-lspconfig.nvim as well?
-
What are the benefits of using nvim-lspconfig?
You can also use https://github.com/williamboman/mason-lspconfig.nvim with nvim-lspconfig to make language server installation closer to installing a vscode extension, in that you just install a language server through mason and it'll be automatically configured for you.
- Your favourite Neovim plugins?
-
I've been away for ~3 years and my config is vimscript-coc-plug-etc. Worth moving to the 'new thing', and good resources to get up to date?
https://github.com/williamboman/mason-lspconfig.nvim - Mason plugin to manage your LSP servers.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 8 Feb 2025
Stats
williamboman/mason-lspconfig.nvim is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of mason-lspconfig.nvim is Lua.
Popular Comparisons
- mason-lspconfig.nvim VS nvim-lspconfig
- mason-lspconfig.nvim VS mason-tool-installer.nvim
- mason-lspconfig.nvim VS lsp-zero.nvim
- mason-lspconfig.nvim VS mason.nvim
- mason-lspconfig.nvim VS nvim-lsp-installer
- mason-lspconfig.nvim VS mason-null-ls.nvim
- mason-lspconfig.nvim VS nvim-dap-python
- mason-lspconfig.nvim VS vim-helm
- mason-lspconfig.nvim VS packer.nvim
- mason-lspconfig.nvim VS nvim-cmp