fix: wont work after artix upgrade

This commit is contained in:
Klesh Wong 2022-11-06 21:47:01 +08:00
parent 46c33dfadc
commit 1d832a1015

View File

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