From 76f0c9bc6f1a7ded3c083d74b55a4734e2172ed3 Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 17 Nov 2022 22:32:57 +0530 Subject: [PATCH] rm incorrect theme cache path --- init.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/init.lua b/init.lua index 75eff43..5d97298 100644 --- a/init.lua +++ b/init.lua @@ -14,9 +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/packer/start/base46_cache/compiled_themes/lua/base46_cache" - ) + os.execute("mkdir -p " .. vim.fn.stdpath "data" .. "/site/pack/base46_cache/start/compiled_themes/lua/base46_cache/") require("base46").compile()