load base46_cache in instead of minified modules
This commit is contained in:
parent
c16c22e87b
commit
d27029d1b1
11 changed files with 13 additions and 12 deletions
2
init.lua
2
init.lua
|
|
@ -14,7 +14,7 @@ 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 -p " .. vim.fn.stdpath "data" .. "/site/pack/base46_cache/start/compiled_themes/lua/base46_cache/")
|
||||
os.execute("mkdir -p " .. vim.g.base46_cache)
|
||||
|
||||
-- install plugins + compile their configs
|
||||
vim.cmd "packadd packer.nvim"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue