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 = {
-4
View File
@@ -16,10 +16,6 @@ return {
event = 'LazyFile',
cond = require('data.cond').treesitter,
},
{ -- nvim-lspconfig
'neovim/nvim-lspconfig',
opts = require('data.types').lspconfig.opts,
},
{ -- Yanky
'gbprod/yanky.nvim',
requires = { 'kkharji/sqlite.lua' },