fix: fixed lspconfig issues and cleaned up
This commit is contained in:
parent
cdf18fd334
commit
f8b5571466
4 changed files with 25 additions and 28 deletions
|
|
@ -102,7 +102,8 @@ M.comment = {
|
|||
M.lspconfig = {
|
||||
-- See `<cmd> :help vim.lsp.*` for documentation on any of the below functions
|
||||
|
||||
ignore = { "/lua/plugins/configs/whichkey.lua" },
|
||||
-- define all paths from which these maps should not be applied through the mapping function
|
||||
ignore = { "/lua/custom/init.lua", "/lua/plugins/configs/whichkey.lua" },
|
||||
|
||||
n = {
|
||||
["gD"] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue