nvim: Add grr keymap

This commit is contained in:
Andreas Tsouchlos 2025-10-28 14:06:22 +01:00
parent fccfac8e73
commit 448bb7a748

View File

@ -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 ...