From c4661ec60a6cb11deb77ec290d954d9070667bf5 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Thu, 16 Jul 2020 22:27:58 +0200 Subject: Initial release as a separate plugin --- README.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..fd849f0 --- /dev/null +++ b/README.md @@ -0,0 +1,35 @@ +# vim-recently-used + +Here comes one of my most frequently used plugins! + +This plugin shows a list of recently used files from the current directory when +starting Vim. There is also a simple command `:RecentlyUsed` available to +update the list after changing to another directory with `:cd`. + +![screenshot](/screenshot.png) + + +## Installation + +This should be sufficient: + + git clone https://github.com/coderonline/vim-recently-used ~/.vim/pack/coderonline/ + +Or download the zip file and extract it under `~/.vim/pack/coderonline`. + +## Installation using plugin managers + +### vim-plug + + Plug 'coderonline/vim-recently-used' + +### dein.vim + + call dein#add('coderonline/vim-recently-used') + + +## Design goals + +* Keep it really simple +* Make it a one liner + -- cgit v1.2.3