clean config | fix (#1225) (#1226)

This commit is contained in:
siduck
2022-06-18 09:57:17 +05:30
parent 349ee96a20
commit 9bca3eacae
16 changed files with 69 additions and 165 deletions

View File

@@ -8,7 +8,6 @@ M.bootstrap = function()
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 }
-- install plugins + compile their configs
@@ -23,7 +22,7 @@ M.options = {
compile_on_sync = true,
git = { clone_timeout = 6000 },
display = {
working_sym = " ",
working_sym = "",
error_sym = "",
done_sym = "",
removed_sym = "",