Remove lsp_signature in favor of noice

This commit is contained in:
2023-09-15 22:48:09 +02:00
parent 6321aaf02b
commit 7f447320e8
3 changed files with 0 additions and 36 deletions
-8
View File
@@ -67,14 +67,6 @@ local plugins = {
{
"hrsh7th/cmp-nvim-lsp",
},
{
"ray-x/lsp_signature.nvim",
event = "VeryLazy",
config = function () require("plugins.config.lsp_signature") end,
},
--[[ {
"hrsh7th/cmp-nvim-lsp-signature-help",
}, ]]
{
"hrsh7th/nvim-cmp",
config = function () require("plugins.config.cmp") end,