change highlight loading function name

This commit is contained in:
siduck 2022-11-17 19:26:43 +05:30
parent 08453985ca
commit f77d052d70
11 changed files with 14 additions and 18 deletions

View file

@ -14,6 +14,9 @@ if fn.empty(fn.glob(install_path)) > 0 then
print "Cloning packer .."
fn.system { "git", "clone", "--depth", "1", "https://github.com/wbthomason/packer.nvim", install_path }
os.execute("mkdir " .. vim.fn.stdpath "data" .. "/site/pack/packer/start/base46_cache/lua/base46_cache")
require("base46").compile()
-- install plugins + compile their configs
vim.cmd "packadd packer.nvim"
require "plugins"