diff --git a/lua/custom/plugins/lsp-zero.lua b/lua/custom/plugins/lsp-zero.lua index adfc4e2..f1295c6 100644 --- a/lua/custom/plugins/lsp-zero.lua +++ b/lua/custom/plugins/lsp-zero.lua @@ -13,6 +13,5 @@ return { { "saadparwaiz1/cmp_luasnip" }, { "hrsh7th/cmp-nvim-lsp" }, { "hrsh7th/cmp-nvim-lua" }, - { "ray-x/lsp_signature.nvim" }, } } diff --git a/lua/custom/plugins/lsp_signature.lua b/lua/custom/plugins/lsp_signature.lua new file mode 100644 index 0000000..693649e --- /dev/null +++ b/lua/custom/plugins/lsp_signature.lua @@ -0,0 +1,5 @@ +return { + "ray-x/lsp_signature.nvim", + event = "VeryLazy", + opts = {}, +}