|
|
@@ -2,7 +2,7 @@
|
|
|
|
|
|
Author: Yegappan Lakshmanan (yegappan AT yahoo DOT com)
|
|
|
For Vim version 7.0 and above
|
|
|
-Last change: Feb 2, 2021
|
|
|
+Last change: Feb 10, 2021
|
|
|
|
|
|
==============================================================================
|
|
|
*mru-license*
|
|
|
@@ -42,9 +42,9 @@ The Most Recently Used (MRU) plugin provides an easy access to a list of
|
|
|
recently opened/edited files in Vim. This plugin automatically stores the
|
|
|
file names as you open/edit them in Vim.
|
|
|
|
|
|
-This plugin will work on all the platforms where Vim is supported. This
|
|
|
-plugin will work in both console and GUI Vim. This version of the MRU
|
|
|
-plugin needs Vim 7.0 and above.
|
|
|
+This plugin works with both Vim and Neovim and will work on all the platforms
|
|
|
+where Vim/Neovim are supported. This plugin will work in both console and GUI
|
|
|
+Vim. This version of the MRU plugin needs Vim 7.0 and above.
|
|
|
|
|
|
The recently used filenames are stored in a file specified by the Vim
|
|
|
MRU_File variable.
|
|
|
@@ -90,6 +90,12 @@ using the following steps (in Vim 8.0 and above): >
|
|
|
$ cd $HOME/.vim/pack/downloads/start/mru
|
|
|
$ git clone https://github.com/yegappan/mru
|
|
|
<
|
|
|
+For Neovim: >
|
|
|
+
|
|
|
+ $ mkdir -p $HOME/.config/nvim/pack/downloads/start/mru
|
|
|
+ $ cd $HOME/.config/nvim/pack/downloads/start/mru
|
|
|
+ $ git clone https://github.com/yegappan/mru
|
|
|
+<
|
|
|
==============================================================================
|
|
|
3. Usage *mru-usage*
|
|
|
|
|
|
@@ -230,7 +236,8 @@ or more file names as argument. Some example uses for this function are below:
|
|
|
|
|
|
The MRU plugin supports many configurable features. These can be enabled or
|
|
|
disabled by setting one or more variables in your .vimrc file using the |:let|
|
|
|
-command. A summary of these variables is below:
|
|
|
+command. For Neovim, set these variables in the $HOME/.config/nvim/init.vim
|
|
|
+file. A summary of these variables is below:
|
|
|
|
|
|
|MRU_File| name of the file containing the MRU list
|
|
|
|MRU_Max_Entries| size of the MRU list
|