update plugins
This commit is contained in:
parent
421382f27c
commit
01d3154218
7 changed files with 110 additions and 29 deletions
14
config/nvim/lua/aleidk/plugins/lsp_signature.lua
Normal file
14
config/nvim/lua/aleidk/plugins/lsp_signature.lua
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
return {
|
||||
"ray-x/lsp_signature.nvim",
|
||||
lazy = false, -- Doesn't work if lazy loaded
|
||||
opts = {
|
||||
hint_enable = false,
|
||||
},
|
||||
keys = {
|
||||
{
|
||||
"<leader>lk",
|
||||
vim.lsp.buf.signature_help,
|
||||
desc = "Toggle signature",
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue