Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dyeat committed Feb 17, 2021
1 parent 013f22d commit 5360b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vim-install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
sudo apt-get install python3-dev cmake
[ ! -f /path/to/dir ] && mkdir ~/.vim && mkdir ~/.vim/bundle
[ ! -f /.vim/bundle ] && mkdir ~/.vim && mkdir ~/.vim/bundle
cd ~/.vim/bundle/
git clone https://github.com/Valloric/YouCompleteMe.git
cd ~/.vim/bundle/YouCompleteMe
Expand Down

0 comments on commit 5360b19

Please sign in to comment.