give priority to defaults hl groups cache

fixes https://github.com/NvChad/base46/issues/173, not adding this will let plugins like vim-matchup messup our syntax highlight groups
This commit is contained in:
siduck 2023-03-24 23:16:13 +05:30
parent 59cee93fce
commit 0678b329dc
2 changed files with 2 additions and 2 deletions

View file

@ -18,5 +18,3 @@ end
vim.opt.rtp:prepend(lazypath)
require "plugins"
dofile(vim.g.base46_cache .. "defaults")