Parcourir la source

Create a view directory for vim views

Andrew Swistak il y a 11 ans
Parent
commit
37e5679390
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      bin/manage_dotfiles.sh

+ 1 - 0
bin/manage_dotfiles.sh

@@ -77,6 +77,7 @@ install_dotfiles() {
   if prompt "Install airline glyphs?" N; then
     yaourt -S powerline-fonts-git
   fi
+  mkdir -p "$DIR"/vim/tmp/{backup,swap,undo,view}
 }
 
 update_git_submodules() {