From 2761381cfe4a8ca403d42dfcce9c1f2fd078fad7 Mon Sep 17 00:00:00 2001 From: Ali Atashrooz Date: Sun, 5 May 2024 18:59:37 +0330 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 50b4c99..7dd1c2d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,19 @@ rm -rf ~/.local/share/nvim/site/pack/plugins/start/vim-lastplace git clone --depth=1 https://github.com/farmergreg/vim-lastplace.git ~/.local/share/nvim/site/pack/plugins/start/vim-lastplace ``` +### vim-plug: +You can install vim-lastplace using the [vim-plug](https://github.com/junegunn/vim-plug) plugin manager. add the following line to your .vimrc: + +```vim +call plug#begin() + +Plug 'farmergreg/vim-lastplace' + +call plug#end() +``` + +and run `:PlugInstall`. + ## Configure You can configure what file types to ignore by setting g:lastplace_ignore in your vimrc. This is a comma separated list.