1
0
mirror of https://github.com/amix/vimrc synced 2025-07-07 00:15:00 +08:00

Use MRU.vim plugin for accessing most recently used files

This commit is contained in:
Amir
2021-05-05 10:24:20 +02:00
parent f6855c3c41
commit 8e54cbc92e
2 changed files with 1 additions and 3 deletions

View File

@ -57,6 +57,7 @@ vim-ruby https://github.com/vim-ruby/vim-ruby
typescript-vim https://github.com/leafgarland/typescript-vim
vim-javascript https://github.com/pangloss/vim-javascript
vim-python-pep8-indent https://github.com/Vimjas/vim-python-pep8-indent
mru.vim https://github.com/vim-scripts/mru.vim
""".strip()
GITHUB_ZIP = "%s/archive/master.zip"