replace bufread event with bufenter ( lspinstall/lspkind )

This commit is contained in:
siduck76 2021-08-01 10:09:51 +05:30
parent 5236893e5e
commit 12085f495c
1 changed files with 2 additions and 2 deletions

View File

@ -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