Use mason.nvim to install and manage LSP servers, DAP servers, linters, and formatters. — 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. This article is part of the…