make lspconfig mappings compatible with nvim 0.6v

This commit is contained in:
siduck 2021-12-22 18:05:07 +05:30
parent 31e551af30
commit 3a966955d4
3 changed files with 9 additions and 10 deletions

View file

@ -203,12 +203,11 @@ M.mappings.plugins = {
rename = "<leader>rn",
code_action = "<leader>ca",
references = "gr",
show_line_diagnostics = "ge",
float_diagnostics = "ge",
goto_prev = "[d",
goto_next = "]d",
set_loclist = "<leader>q",
formatting = "<leader>fm",
range_code_action = "<leader>ca",
},
nvimtree = {