We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca9b9 commit c259418Copy full SHA for c259418
1 file changed
manual_install.sh
@@ -1,7 +1,9 @@
1
#!/bin/bash
2
3
+mkdir -p ~/.vim/
4
+
5
for INSTALL_DIR in autoload compiler ftdetect ftplugin indent syntax
6
do
- mkdir -p ~/.vim/${INSTALL_DIR}
- cp -R ${INSTALL_DIR}/ ~/.vim/${INSTALL_DIR}
7
+ cp -R ${INSTALL_DIR} ~/.vim/
8
done
9
0 commit comments