From 52ff2ae260b8b281600239121d0da2db954c1e4a Mon Sep 17 00:00:00 2001 From: Renken Date: Sun, 14 Jul 2024 20:39:36 +0200 Subject: [PATCH] rm: mason for lsp servers installation LSP servers *should* be managed by the package manager not by the text editor. --- init.lua | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.lua b/init.lua index e19eec5..5e8f0c5 100644 --- a/init.lua +++ b/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 = {} },