load cached highlights whenever base46 updates
This commit is contained in:
parent
27455fd2c2
commit
3384f81639
2 changed files with 9 additions and 5 deletions
|
|
@ -6,7 +6,14 @@ local default_plugins = {
|
|||
|
||||
-- nvchad plugins
|
||||
{ "NvChad/extensions", branch = "v2.0" },
|
||||
{ "NvChad/base46", branch = "v2.0" },
|
||||
|
||||
{
|
||||
"NvChad/base46",
|
||||
branch = "v2.0",
|
||||
build = function()
|
||||
require("base46").load_all_highlights()
|
||||
end,
|
||||
},
|
||||
|
||||
{
|
||||
"NvChad/ui",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue