Skip to content

Commit 8651feb

Browse files
committed
installation script
1 parent e7d3f57 commit 8651feb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ mkdir -p ~/.config/nvim/
1212
ln -s ~/.vim/init.vim ~/.config/nvim/init.vim
1313

1414
cd ~/.vim
15-
git submodule update --init bundle/Vundle.vim
16-
vim +PluginInstall +qall
15+
vim +PlugInstall +qall
1716
cd -

0 commit comments

Comments
 (0)