We use the nvim-lsp-installer plugin to install and manage the LSP servers. In this article, we will refactor our existing configuration to use mason.nvim. It is the next-generation version of nvim-lsp-installer that makes it easy to install LSP servers, DAP servers, linters, and formatters.
The Neovim configuration files are available in this repository.
Getting Started
In our existing configuration, we will install these 3 plugins.
mason.nvim that allows us to easily manage external editor tooling such as LSP servers, DAP servers, linters, and formatters through a single interface.