From 00ed2b8665539ff8b3d0c286299a644d3f6fccb6 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Wed, 1 Feb 2012 18:12:06 +0100 Subject: README.txt: more understandable in different contexts of use MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- README.txt | 11 ++++++----- 1 file 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 -- cgit