lsp signature support
This commit is contained in:
parent
01a1ebed38
commit
701c42cbff
|
@ -0,0 +1,6 @@
|
|||
return {
|
||||
"ray-x/lsp_signature.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {},
|
||||
config = function(_, opts) require'lsp_signature'.setup(opts) end
|
||||
}
|
Loading…
Reference in New Issue