diff --git a/lua/pluginList.lua b/lua/pluginList.lua index b7b79d8..22996f4 100644 --- a/lua/pluginList.lua +++ b/lua/pluginList.lua @@ -68,7 +68,7 @@ return packer.startup( use { "kabouzeid/nvim-lspinstall", - event = "BufRead" + event = "BufEnter" } use { @@ -81,7 +81,7 @@ return packer.startup( use { "onsails/lspkind-nvim", - event = "BufRead", + event = "BufEnter", config = function() require("plugins.others").lspkind() end