We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e763d5c commit e911fcaCopy full SHA for e911fca
1 file changed
install.sh
@@ -29,5 +29,5 @@ curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
29
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
30
31
vim -u ${CURDIR}/plugins +PlugInstall! +qall!
32
-
33
-cat ${CURDIR}/plugins ${CURDIR}/configs > ${HOME}/.vimrc
+# No touchy my vimrc
+# cat ${CURDIR}/plugins ${CURDIR}/configs > ${HOME}/.vimrc
0 commit comments