fix: highlight not working when opened by Fugitive
This commit is contained in:
parent
a3abfa7629
commit
82c0dde162
|
@ -98,7 +98,7 @@ end
|
||||||
M.nvim_create_augroups({
|
M.nvim_create_augroups({
|
||||||
open_folds = {
|
open_folds = {
|
||||||
-- { "BufReadPost,FileReadPost,VimEnter", "*", "normal zR" },
|
-- { "BufReadPost,FileReadPost,VimEnter", "*", "normal zR" },
|
||||||
{ "BufReadPost,FileReadPost,VimEnter", "*", "TSBufEnable highlight" },
|
{ "BufEnter,FileReadPost,VimEnter", "*", "TSBufEnable highlight" },
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user