neovim: use builtin signature_help instead of plugin
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user