Skip to content

Commit

Permalink
nvim: Remove custom K keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusandre committed May 17, 2024
1 parent 1a29cc4 commit f1c5f95
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nvim/lua/plugins/lspconfig.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ return { -- LSP Configuration & Plugins
map('<leader>ls', builtin.lsp_document_symbols, 'Document Symbols')
map('<leader>lt', builtin.lsp_type_definitions, 'Type Definition')
map('<leader>lv', function() builtin.lsp_definitions({ jump_type = 'vsplit' }) end, 'Definition (vsplit)')
map('K', vim.lsp.buf.hover, 'Hover Documentation')
map('gD', vim.lsp.buf.declaration, 'Declaration')
map('gd', builtin.lsp_definitions, 'Definition')
map('gr', builtin.lsp_references, 'References')
Expand Down

0 comments on commit f1c5f95

Please sign in to comment.