lsp signature support

This commit is contained in:
Adang23 2023-09-02 09:00:31 -04:00 committed by GitHub
parent 01a1ebed38
commit 701c42cbff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

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