remove redundant lspconfig plugin

This commit is contained in:
2025-02-08 21:12:56 -05:00
parent 1c75328bbe
commit 55ac36077c
2 changed files with 0 additions and 15 deletions
-11
View File
@@ -934,17 +934,6 @@ M.thanks = {
},
}
--- LSPConfig configuration options
M.lspconfig = {
opts = {
setup = {
clangd = function(_, opts)
opts.capabilities.offsetEncoding = { 'utf-16' }
end,
},
},
}
--- Which-Key configuration options
M.whichkey = {
opts = {