fix highlights resetting after packersync | https://github.com/NvChad/NvChad/issues/1237

This commit is contained in:
siduck 2022-06-24 19:24:08 +05:30
parent 0087b60c01
commit 5412629789
43 changed files with 164 additions and 86 deletions

View file

@ -52,7 +52,7 @@ M.base_16 = {
base0F = "#d85e7c",
}
M.type = "dark"
vim.opt.bg = "dark"
M = require("base46").override_theme(M, "nightfox")