replace bufread event with bufenter ( lspinstall/lspkind )

navigator
siduck76 3 years ago
parent 5236893e5e
commit 12085f495c

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

Loading…
Cancel
Save