update before update
This commit is contained in:
parent
ebac260b64
commit
dee2a92cf1
3 changed files with 12 additions and 3 deletions
|
|
@ -96,7 +96,6 @@ vim.keymap.set("v", "<S-Tab>", "<gv")
|
|||
|
||||
vim.keymap.set('n', 'gr', builtin.lsp_references, {})
|
||||
vim.keymap.set('n', 'gd', builtin.lsp_definitions, {})
|
||||
vim.keymap.set('n', 'gi', builtin.lsp_implementations, {})
|
||||
vim.keymap.set('n', 'gt', builtin.lsp_type_definitions, {})
|
||||
|
||||
-- format on wq and x and replace X, W and Q with x, w and q
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue