replace bufread event with bufenter ( lspinstall/lspkind )
This commit is contained in:
parent
5236893e5e
commit
12085f495c
|
@ -68,7 +68,7 @@ return packer.startup(
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"kabouzeid/nvim-lspinstall",
|
"kabouzeid/nvim-lspinstall",
|
||||||
event = "BufRead"
|
event = "BufEnter"
|
||||||
}
|
}
|
||||||
|
|
||||||
use {
|
use {
|
||||||
|
@ -81,7 +81,7 @@ return packer.startup(
|
||||||
|
|
||||||
use {
|
use {
|
||||||
"onsails/lspkind-nvim",
|
"onsails/lspkind-nvim",
|
||||||
event = "BufRead",
|
event = "BufEnter",
|
||||||
config = function()
|
config = function()
|
||||||
require("plugins.others").lspkind()
|
require("plugins.others").lspkind()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue