Chris 4 years ago
parent
commit
dfcfd0c1fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/installer/install.sh

+ 1 - 1
utils/installer/install.sh

@@ -108,7 +108,7 @@ cloneconfig() {
        +'autocmd User PackerComplete sleep 100m | write ~/.config/nvim/packer.install.result | qall' \
        +PackerInstall \
     cat ~/.config/nvim/packer.install.result | rg -v 'Press'
-    nvim--headless \
+    nvim --headless \
        +'autocmd User PackerComplete sleep 100m | write ~/.config/nvim/packer.compile.result | qall' \
        +PackerCompile \
     cat ~/.config/nvim/packer.compile.result | rg -v 'Press'