summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2016-03-19 22:10:05 +0100
committerAhmed Abdelhalim <[email protected]>2016-03-19 22:10:55 +0100
commit0f245f1fb07bdc2e8e050170db673ba214f93e81 (patch)
tree87c78a9b17abcaa272ba79e52bde9ca2bf838cb6
parent8dedab4a2191885010616465bb86b088120bf334 (diff)
update Vundle and readme to reflect latest instructions
-rw-r--r--README.md4
-rw-r--r--bundle/Vundle.vim/README.md5
2 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index a4885de..24e5bd8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
#Installation :
```sh
-git clone [email protected]:artmees/dotvim.git ~/.vim
+git clone [email protected]:mad-raz/dotvim.git ~/.vim
```
#Create symlinks :
@@ -26,7 +26,7 @@ vim +PluginInstall +qall
be sure to re-install YouCompleteMe after updating (specially Python) using
```
cd ~/.vim/bundle/YouCompleteMe
-./install.sh
+./install.py
```
#Dotfiles :
diff --git a/bundle/Vundle.vim/README.md b/bundle/Vundle.vim/README.md
index defb752..27adba2 100644
--- a/bundle/Vundle.vim/README.md
+++ b/bundle/Vundle.vim/README.md
@@ -70,8 +70,9 @@
" The sparkup vim script is in a subdirectory of this repo called vim.
" Pass the path to set the runtimepath properly.
Plugin 'rstacruz/sparkup', {'rtp': 'vim/'}
- " Avoid a name conflict with L9
- Plugin 'user/L9', {'name': 'newL9'}
+ " Install L9 and avoid a Naming conflict if you've already installed a
+ " different version somewhere else.
+ Plugin 'ascenator/L9', {'name': 'newL9'}
" All of your Plugins must be added before the following line
call vundle#end() " required