make lspconfig mappings compatible with nvim 0.6v
This commit is contained in:
parent
31e551af30
commit
3a966955d4
3 changed files with 9 additions and 10 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue