Skip to content

Commit

Permalink
Move installation so it appears before configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Gregory L. Dietsche <gregory.dietsche@cuw.edu>
  • Loading branch information
farmergreg committed Feb 21, 2017
1 parent d4a1944 commit 676b84a
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 676b84a

Please sign in to comment.