lsp signature support

pull/447/head
Adang23 2 years ago committed by GitHub
parent 01a1ebed38
commit 701c42cbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,6 @@
return {
"ray-x/lsp_signature.nvim",
event = "VeryLazy",
opts = {},
config = function(_, opts) require'lsp_signature'.setup(opts) end
}
Loading…
Cancel
Save