add cmd to compile nvchad theme
This commit is contained in:
5
init.lua
5
init.lua
@@ -14,7 +14,10 @@ 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")
|
||||
os.execute(
|
||||
"mkdir " .. vim.fn.stdpath "data" .. "/site/pack/packer/start/base46_cache/compiled_themes/lua/base46_cache"
|
||||
)
|
||||
|
||||
require("base46").compile()
|
||||
|
||||
-- install plugins + compile their configs
|
||||
|
||||
Reference in New Issue
Block a user