rm: mason for lsp servers installation
LSP servers *should* be managed by the package manager not by the text editor.
This commit is contained in:
parent
2cc46488f8
commit
52ff2ae260
1 changed files with 0 additions and 5 deletions
5
init.lua
5
init.lua
|
@ -414,11 +414,6 @@ require('lazy').setup({
|
|||
{ -- LSP Configuration & Plugins
|
||||
'neovim/nvim-lspconfig',
|
||||
dependencies = {
|
||||
-- Automatically install LSPs and related tools to stdpath for Neovim
|
||||
{ 'williamboman/mason.nvim', config = true }, -- NOTE: Must be loaded before dependants
|
||||
'williamboman/mason-lspconfig.nvim',
|
||||
'WhoIsSethDaniel/mason-tool-installer.nvim',
|
||||
|
||||
-- Useful status updates for LSP.
|
||||
-- NOTE: `opts = {}` is the same as calling `require('fidget').setup({})`
|
||||
{ 'j-hui/fidget.nvim', opts = {} },
|
||||
|
|
Loading…
Reference in a new issue