neovim: use builtin signature_help instead of plugin

This commit is contained in:
2023-08-01 14:26:58 +03:00
parent 8d5dc18b6d
commit c258339846
3 changed files with 1 additions and 6 deletions

View File

@@ -84,6 +84,7 @@ end)
vim.keymap.set("v", "<leader>.", function()
vim.lsp.buf.range_code_action()
end)
vim.keymap.set("i", "<C-i>", vim.lsp.buf.signature_help)
-- Diagnostics
vim.keymap.set("n", "<leader>ee", function()