mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim: split and go to def
This commit is contained in:
parent
837da4cef6
commit
fd5cd907b3
2 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,6 @@ local on_attach = function(client, bufno)
|
|||
|
||||
map("n", "K", vim.lsp.buf.hover, opts)
|
||||
map("n", "<C-k>", vim.lsp.buf.signature_help, opts)
|
||||
map("n", "gD", vim.lsp.buf.declaration, opts)
|
||||
map("n", "gd", vim.lsp.buf.definition, opts)
|
||||
-- conflicts with tabs
|
||||
-- map("n", "gtd", vim.lsp.buf.type_definition, opts)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue