nvim: Update keymap
This commit is contained in:
parent
3aac7457ee
commit
52531f8a07
1 changed files with 4 additions and 0 deletions
|
@ -133,6 +133,10 @@
|
||||||
#(telescope-builtin.lsp_definitions telescope-dropdown)
|
#(telescope-builtin.lsp_definitions telescope-dropdown)
|
||||||
{:description "Find Definitions"
|
{:description "Find Definitions"
|
||||||
:opts {:buffer bufnr}})
|
: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
|
(map-entry :K vim.lsp.buf.hover
|
||||||
{:description "Show Documentation"
|
{:description "Show Documentation"
|
||||||
:opts {:buffer bufnr}})
|
:opts {:buffer bufnr}})
|
||||||
|
|
Loading…
Reference in a new issue