From 676b84a8877cbb9d8850ebf98a08b68c81a13f89 Mon Sep 17 00:00:00 2001 From: "Gregory L. Dietsche" Date: Tue, 21 Feb 2017 12:32:44 -0600 Subject: [PATCH] Move installation so it appears before configuration Signed-off-by: Gregory L. Dietsche --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index dff51ee..5d5c2e0 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Intelligently reopen files at your last edit position. By default git, svn, and mercurial commit messages are ignored because you probably want to type a new message and not re-edit the previous one. + ## Advantages Advantages over the snippets that can be found around the net include: * Maximizes Available Context @@ -12,6 +13,17 @@ Advantages over the snippets that can be found around the net include: * Commit messages automatically start beginning of the file. This is important because many version control systems re-use the same file for commit message editing. * Opens folds if the last edit position is inside a fold. +## Installation +Thanks to [David Rabel](https://github.com/NoreSoft)'s hard work, you can install vim-lastplace from debian-testing: + + apt-get install vim-lastplace + +You can also use [pathogen.vim](https://github.com/tpope/vim-pathogen) or other plugin managers to install and use vim-lastplace. + + cd ~/.vim/bundle + git clone git://github.com/farmergreg/vim-lastplace.git + + ## Configuration You can configure what file types to ignore by setting g:lastplace_ignore in your vimrc. This is a comma separated list. @@ -30,17 +42,6 @@ do not like this behavior you can disable it by putting this in your vimrc: let g:lastplace_open_folds = 0 - -## Installation -Thanks to [David Rabel](https://github.com/NoreSoft)'s hard work, you can install vim-lastplace from debian-testing: - - apt-get install vim-lastplace - -You can also use [pathogen.vim](https://github.com/tpope/vim-pathogen) or other plugin managers to install and use vim-lastplace. - - cd ~/.vim/bundle - git clone git://github.com/farmergreg/vim-lastplace.git - ## Miscellaneous This plugin is complete and stable. Please do not be afraid to try it even if there is very little recent activity in this repository. If you do find