summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2012-02-01 18:12:06 +0100
committerJan Pokorný <jpokorny@redhat.com>2012-02-01 18:12:06 +0100
commit00ed2b8665539ff8b3d0c286299a644d3f6fccb6 (patch)
tree8da4bbde6c33a0577286b284b7e3e1963a82430b
parent12fbecc1c3be02622317b13330b11f8494c0f13d (diff)
downloadvim4projects-00ed2b8665539ff8b3d0c286299a644d3f6fccb6.tar.gz
vim4projects-00ed2b8665539ff8b3d0c286299a644d3f6fccb6.tar.xz
vim4projects-00ed2b8665539ff8b3d0c286299a644d3f6fccb6.zip
README.txt: more understandable in different contexts of use
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-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