This commit is contained in:
siduck
2022-11-21 21:06:49 +05:30
parent 8f92334c57
commit 4f789d3406
4 changed files with 54 additions and 12 deletions

View File

@@ -29,5 +29,5 @@ autocmd("VimEnter", {
local new_cmd = vim.api.nvim_create_user_command
new_cmd("CompileNvTheme", function()
require("base46").compile()
require("base46").load_all_highlights()
end, {})