mirror of
https://github.com/amix/vimrc
synced 2025-07-03 22:25:32 +08:00
Use YankRing instead of yankstack
This commit is contained in:
@ -16,6 +16,7 @@ from os import path
|
||||
|
||||
#--- Globals ----------------------------------------------
|
||||
PLUGINS = """
|
||||
YankRing.vim https://github.com/vim-scripts/YankRing.vim
|
||||
ack.vim https://github.com/mileszs/ack.vim
|
||||
bufexplorer https://github.com/corntrace/bufexplorer
|
||||
ctrlp.vim https://github.com/ctrlpvim/ctrlp.vim
|
||||
@ -49,7 +50,6 @@ vim-gitgutter https://github.com/airblade/vim-gitgutter
|
||||
gruvbox https://github.com/morhetz/gruvbox
|
||||
vim-flake8 https://github.com/nvie/vim-flake8
|
||||
vim-pug https://github.com/digitaltoad/vim-pug
|
||||
vim-yankstack https://github.com/maxbrunsfeld/vim-yankstack
|
||||
lightline.vim https://github.com/itchyny/lightline.vim
|
||||
vim-abolish https://github.com/tpope/tpope-vim-abolish
|
||||
mru.vim https://github.com/vim-scripts/mru.vim
|
||||
|
Reference in New Issue
Block a user