From b16e2bf29cb50de08cf626cefdcc61c067cc5799 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 7 Aug 2021 15:33:10 +0530 Subject: [PATCH] load signature.nvim after lspconfig only https://github.com/siduck76/NvChad/pull/218#issuecomment-894633359 --- lua/pluginList.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/pluginList.lua b/lua/pluginList.lua index 6704364..3701f1e 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -89,7 +89,7 @@ return packer.startup( use { "ray-x/lsp_signature.nvim", - event = "InsertEnter", + after = "nvim-lspconfig", config = function() require("plugins.others").signature() end