nvim: Add grr keymap
This commit is contained in:
parent
fccfac8e73
commit
448bb7a748
@ -66,6 +66,9 @@ vim.api.nvim_create_autocmd('LspAttach', {
|
||||
desc = "Go to definition"
|
||||
})
|
||||
|
||||
vim.keymap.set("n", "grr", ":Trouble lsp_references<CR>", {
|
||||
desc = "Show references"
|
||||
})
|
||||
|
||||
-- if client:supports_method('textDocument/implementation') then
|
||||
-- -- Create a keymap for vim.lsp.buf.implementation ...
|
||||
|
||||
Loading…
Reference in New Issue
Block a user