mirror of
https://github.com/pnx/dotfiles
synced 2026-06-18 20:10:03 +02:00
nvim: remove K bind, its efficient to use default
This commit is contained in:
parent
323c8b077c
commit
63d37ef012
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ return {
|
||||||
},
|
},
|
||||||
-- Keybinds for buffers with an LSP client attached
|
-- Keybinds for buffers with an LSP client attached
|
||||||
lsp = {
|
lsp = {
|
||||||
{ 'K', function() vim.lsp.buf.hover() end, desc = '' },
|
|
||||||
{ '<leader>ca', function() vim.lsp.buf.code_action() end, mode={'n', 'x'}, desc = 'Code action' },
|
{ '<leader>ca', function() vim.lsp.buf.code_action() end, mode={'n', 'x'}, desc = 'Code action' },
|
||||||
{ '<leader>rs', function() vim.lsp.buf.rename() end, desc = 'Rename symbol' },
|
{ '<leader>rs', function() vim.lsp.buf.rename() end, desc = 'Rename symbol' },
|
||||||
{ '<leader>sr', '<cmd>Telescope lsp_references<cr>', desc = 'Search Reference' },
|
{ '<leader>sr', '<cmd>Telescope lsp_references<cr>', desc = 'Search Reference' },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue