lsp signature support
This commit is contained in:
parent
01a1ebed38
commit
701c42cbff
1 changed files with 6 additions and 0 deletions
6
lua/custom/plugins/lsp_signature.lua
Normal file
6
lua/custom/plugins/lsp_signature.lua
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
return {
|
||||||
|
"ray-x/lsp_signature.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
opts = {},
|
||||||
|
config = function(_, opts) require'lsp_signature'.setup(opts) end
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue