1
0
Fork 0

module(neovim): add keymap for hover def

This commit is contained in:
Antoine Langlois 2024-03-28 15:59:26 +01:00
parent dac990604f
commit ece2671df8
Signed by: DataHearth
GPG Key ID: 946E2D0C410C7B3D
2 changed files with 5 additions and 0 deletions

View File

@ -53,6 +53,10 @@ in
action = "<cmd>TroubleToggle<cr>";
key = "<C-S-t>";
}
{
action = "<cmd>lua vim.lsp.buf.hover()<cr>";
key = "<S-k>";
}
{
action = ''
function()

View File

@ -14,6 +14,7 @@
{ name = "buffer"; }
{ name = "copilot"; }
{ name = "crates"; }
{ name = "cmdline"; }
];
completion = {
keyword_length = 3;