dont use mason lspconfig

This commit is contained in:
2025-07-09 22:26:47 +02:00
parent a1f6780715
commit ab21a47e90
2 changed files with 0 additions and 5 deletions

View File

@ -34,7 +34,6 @@ return {
'neovim/nvim-lspconfig',
dependencies = {
'williamboman/mason.nvim',
'williamboman/mason-lspconfig.nvim',
'SmiteshP/nvim-navic',
},
lazy = false,

View File

@ -1,7 +1,6 @@
return {
'williamboman/mason.nvim',
dependencies = {
'williamboman/mason-lspconfig.nvim',
'WhoIsSethDaniel/mason-tool-installer.nvim',
},
build = ':MasonUpdate',
@ -12,9 +11,6 @@ return {
border = 'rounded',
},
})
require('mason-lspconfig').setup({
automatic_installation = false,
})
require('mason-tool-installer').setup({
-- a list of all tools you want to ensure are installed upon