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:
parent
59cee93fce
commit
0678b329dc
2
init.lua
2
init.lua
|
@ -18,5 +18,3 @@ end
|
|||
|
||||
vim.opt.rtp:prepend(lazypath)
|
||||
require "plugins"
|
||||
|
||||
dofile(vim.g.base46_cache .. "defaults")
|
||||
|
|
|
@ -19,8 +19,10 @@ local default_plugins = {
|
|||
"NvChad/ui",
|
||||
branch = "v2.0",
|
||||
lazy = false,
|
||||
priority = 1000,
|
||||
config = function()
|
||||
require "nvchad_ui"
|
||||
dofile(vim.g.base46_cache .. "defaults")
|
||||
end,
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue