fix: use lsp_signature as a standalone plugin

This commit is contained in:
Simon Lasbrugnas 2024-11-11 02:50:42 +01:00
parent 09f9e87037
commit 4cb2047971
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE
2 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,5 @@ return {
{ "saadparwaiz1/cmp_luasnip" }, { "saadparwaiz1/cmp_luasnip" },
{ "hrsh7th/cmp-nvim-lsp" }, { "hrsh7th/cmp-nvim-lsp" },
{ "hrsh7th/cmp-nvim-lua" }, { "hrsh7th/cmp-nvim-lua" },
{ "ray-x/lsp_signature.nvim" },
} }
} }

View file

@ -0,0 +1,5 @@
return {
"ray-x/lsp_signature.nvim",
event = "VeryLazy",
opts = {},
}