summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/README.txt b/README.txt
index 716eb3f..2b61b1a 100644
--- a/README.txt
+++ b/README.txt
@@ -3,7 +3,7 @@ Shared collection of vim plugins useful for development
Script ./init.sh provides a way to get selected vim plugins
useful for development. Plugins are categorized, for list of
-them, see "./init.sh help" ("all" will select them all).
+them see "./init.sh help" ("all" will select them all).
The plugins are prepared in this directory, in own subdirs.
To use plugins conveniently from here, install pathogen [1]
@@ -17,10 +17,11 @@ as per instructions, but add this to your ~/.vimrc:
filetype plugin indent on
syntax on
-Alternatively, symlink ./vim-bundle to ~/.vim/bundle (or copy
-the contents here), but you will miss automatical updates and
-additions of new plugins upon pulling. Call pathogen without
-the parameter then.
+Alternatively, clone vim4projects.git repo or symlink already
+cloned location to ~/.vim/bundle. You can also copy the content
+here directly, but you will miss automatical updates and
+additions of new plugins via git pull. For all these three
+alternatives, call pathogen without the parameter instead.
After restarting vim, everything should work. To check this