fix: moved lsp mappings to lspconfig to only be set on lsp attach

This commit is contained in:
Leon Heidelbach 2022-05-25 01:16:08 +02:00 committed by siduck
parent c7cfacd360
commit 5ba309a0df
4 changed files with 108 additions and 29 deletions

View file

@ -102,6 +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" },
n = {
["gD"] = {
function()