forgot bind
This commit is contained in:
parent
bf6b806f88
commit
d8fafd40b6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||||
-- lsp keymaps
|
-- lsp keymaps
|
||||||
local lsp_attach_keymappings = {
|
local lsp_attach_keymappings = {
|
||||||
['gD'] = 'vim.lsp.buf.declaration()',
|
['gD'] = 'vim.lsp.buf.declaration()',
|
||||||
['gd'] = 'vim.lsp.buf.definition()',
|
['gd'] = 'require\'telescope.builtin\'.lsp_definitions()',
|
||||||
['K'] = 'vim.lsp.buf.hover()',
|
['K'] = 'vim.lsp.buf.hover()',
|
||||||
['gi'] = 'require\'telescope.builtin\'.lsp_implementations()',
|
['gi'] = 'require\'telescope.builtin\'.lsp_implementations()',
|
||||||
['<localleader>k'] = 'vim.lsp.buf.signature_help()',
|
['<localleader>k'] = 'vim.lsp.buf.signature_help()',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue