fix: highlight not working when opened by Fugitive

This commit is contained in:
Klesh Wong 2022-07-25 11:45:21 +08:00
parent a3abfa7629
commit 82c0dde162

View File

@ -98,7 +98,7 @@ end
M.nvim_create_augroups({
open_folds = {
-- { "BufReadPost,FileReadPost,VimEnter", "*", "normal zR" },
{ "BufReadPost,FileReadPost,VimEnter", "*", "TSBufEnable highlight" },
{ "BufEnter,FileReadPost,VimEnter", "*", "TSBufEnable highlight" },
}
})