update lsp setup for nvim
This commit is contained in:
parent
4ade38347c
commit
f53082a62d
6 changed files with 68 additions and 43 deletions
|
|
@ -1,12 +1,12 @@
|
|||
return {
|
||||
"ray-x/lsp_signature.nvim",
|
||||
lazy = false, -- Doesn't work if lazy loaded
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
hint_enable = false,
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>lk",
|
||||
"<leader>lK",
|
||||
vim.lsp.buf.signature_help,
|
||||
desc = "Toggle signature",
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue