fix: use lsp_signature as a standalone plugin
This commit is contained in:
parent
09f9e87037
commit
4cb2047971
2 changed files with 5 additions and 1 deletions
|
|
@ -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" },
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
5
lua/custom/plugins/lsp_signature.lua
Normal file
5
lua/custom/plugins/lsp_signature.lua
Normal file
|
|
@ -0,0 +1,5 @@
|
||||||
|
return {
|
||||||
|
"ray-x/lsp_signature.nvim",
|
||||||
|
event = "VeryLazy",
|
||||||
|
opts = {},
|
||||||
|
}
|
||||||
Loading…
Reference in a new issue