switched from Mason + mason-lspconfig to custom install

This commit is contained in:
THEON-1
2025-12-03 17:13:52 +01:00
parent b31dab0c4f
commit 97864420c3
9 changed files with 234 additions and 4 deletions

View File

@@ -25,5 +25,6 @@ return {
'latex2text',
},
},
enabled = false,
}

View File

@@ -19,5 +19,6 @@ return {
},
"neovim/nvim-lspconfig",
},
enabled = false,
}

View File

@@ -3,5 +3,6 @@ return {
cmd = { 'LspInfo', 'LspInstall', 'LspStart' },
event = { 'BufReadPre', 'BufNewFile' },
dependencies = { 'saghen/blink.cmp' },
enabled = false,
}