remove redundant lspconfig plugin
This commit is contained in:
@@ -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
|
--- Which-Key configuration options
|
||||||
M.whichkey = {
|
M.whichkey = {
|
||||||
opts = {
|
opts = {
|
||||||
|
|||||||
@@ -16,10 +16,6 @@ return {
|
|||||||
event = 'LazyFile',
|
event = 'LazyFile',
|
||||||
cond = require('data.cond').treesitter,
|
cond = require('data.cond').treesitter,
|
||||||
},
|
},
|
||||||
{ -- nvim-lspconfig
|
|
||||||
'neovim/nvim-lspconfig',
|
|
||||||
opts = require('data.types').lspconfig.opts,
|
|
||||||
},
|
|
||||||
{ -- Yanky
|
{ -- Yanky
|
||||||
'gbprod/yanky.nvim',
|
'gbprod/yanky.nvim',
|
||||||
requires = { 'kkharji/sqlite.lua' },
|
requires = { 'kkharji/sqlite.lua' },
|
||||||
|
|||||||
Reference in New Issue
Block a user