1
0
Fork 0

nvim: Update keymap

This commit is contained in:
Daniel Kempkens 2022-04-10 23:58:10 +02:00
parent 3aac7457ee
commit 52531f8a07

View file

@ -133,6 +133,10 @@
#(telescope-builtin.lsp_definitions telescope-dropdown)
{:description "Find Definitions"
:opts {:buffer bufnr}})
(map-entry :<leader>lfi
#(telescope-builtin.lsp_implementations telescope-dropdown)
{:description "Find Implementations"
:opts {:buffer bufnr}})
(map-entry :K vim.lsp.buf.hover
{:description "Show Documentation"
:opts {:buffer bufnr}})