mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nvim/telescope: disable unused binding
This commit is contained in:
parent
482506fcd2
commit
6c05614f18
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ local on_attach = function(client, bufnr)
|
|||
map("n", "gd", vim.lsp.buf.definition, { buffer = bufnr })
|
||||
-- conflicts with tabs
|
||||
-- map("n", "gtd", vim.lsp.buf.type_definition, { buffer = bufnr })
|
||||
map("n", "gi", vim.lsp.buf.implementation, { buffer = bufnr })
|
||||
-- map("n", "gi", vim.lsp.buf.implementation, { buffer = bufnr })
|
||||
map("n", "gu", telescope.lsp_references, { buffer = bufnr })
|
||||
map("n", "<leader>ca", vim.lsp.buf.code_action, { buffer = bufnr })
|
||||
map("n", "<leader>cl", vim.lsp.codelens.run, { buffer = bufnr })
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue