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

@ -26,7 +26,6 @@ if fn.empty(fn.glob(install_path)) > 0 then
vim.api.nvim_create_autocmd("User", {
pattern = "PackerComplete",
callback = function()
require("base46").compile()
require("base46").load_all_highlights()
vim.cmd "bw | silent! MasonInstallAll" -- close packer window