mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-23 12:04:34 +02:00
enc:add lsp signature help
This commit is contained in:
parent
4b9382146f
commit
1bdac09f77
2 changed files with 15 additions and 2 deletions
12
lua/pcode/plugins/lspsignature.lua
Normal file
12
lua/pcode/plugins/lspsignature.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
return {
|
||||
"ray-x/lsp_signature.nvim",
|
||||
event = "InsertEnter",
|
||||
opts = {
|
||||
bind = true,
|
||||
handler_opts = {
|
||||
border = "rounded",
|
||||
},
|
||||
},
|
||||
-- or use config
|
||||
-- config = function(_, opts) require'lsp_signature'.setup({you options}) end
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue