1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: remove K bind, its efficient to use default

This commit is contained in:
Henrik Hautakoski 2024-08-12 16:27:33 +02:00
parent 323c8b077c
commit 63d37ef012

View file

@ -131,7 +131,6 @@ return {
},
-- Keybinds for buffers with an LSP client attached
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>rs', function() vim.lsp.buf.rename() end, desc = 'Rename symbol' },
{ '<leader>sr', '<cmd>Telescope lsp_references<cr>', desc = 'Search Reference' },