vim: update package lists

master
an 2019-07-10 00:05:13 -04:00
parent ffe06e92f4
commit bba6de8846
2 changed files with 14 additions and 4 deletions

View File

@ -2,6 +2,7 @@ CSApprox <https://github.com/vim-scripts/CSApprox>
ack.vim <https://github.com/mileszs/ack.vim> ack.vim <https://github.com/mileszs/ack.vim>
base16-vim <https://github.com/chriskempson/base16-vim> base16-vim <https://github.com/chriskempson/base16-vim>
bufexplorer <https://github.com/jlanzarotta/bufexplorer> bufexplorer <https://github.com/jlanzarotta/bufexplorer>
ctrlp.vim <https://github.com/kien/ctrlp.vim>
lh-vim-lib <https://github.com/LucHermitte/lh-vim-lib> lh-vim-lib <https://github.com/LucHermitte/lh-vim-lib>
mycolors <git@git.greyserv.net:marrub/my-vim-colors.git> mycolors <git@git.greyserv.net:marrub/my-vim-colors.git>
rainbow <https://github.com/luochen1990/rainbow> rainbow <https://github.com/luochen1990/rainbow>
@ -10,8 +11,11 @@ tabular <https://github.com/godlygeek/tabular>
tagbar <https://github.com/majutsushi/tagbar> tagbar <https://github.com/majutsushi/tagbar>
twitvim <https://github.com/twitvim/twitvim.git> twitvim <https://github.com/twitvim/twitvim.git>
vim-abolish <https://github.com/tpope/vim-abolish.git> vim-abolish <https://github.com/tpope/vim-abolish.git>
vim-airline <https://github.com/vim-airline/vim-airline>
vim-airline-themes <https://github.com/vim-airline/vim-airline-themes>
vim-asm_ca65 <https://github.com/maxbane/vim-asm_ca65> vim-asm_ca65 <https://github.com/maxbane/vim-asm_ca65>
vim-buftabline <https://github.com/ap/vim-buftabline> vim-buftabline <https://github.com/ap/vim-buftabline>
vim-buftabline <https://github.com/ap/vim-buftabline>
vim-easy-align <https://github.com/junegunn/vim-easy-align.git> vim-easy-align <https://github.com/junegunn/vim-easy-align.git>
vim-emoji <https://github.com/junegunn/vim-emoji> vim-emoji <https://github.com/junegunn/vim-emoji>
vim-fugitive <https://github.com/tpope/vim-fugitive> vim-fugitive <https://github.com/tpope/vim-fugitive>
@ -20,5 +24,6 @@ vim-gutentags <https://github.com/ludovicchabant/vim-gutentags.git>
vim-localvimrc <https://github.com/embear/vim-localvimrc> vim-localvimrc <https://github.com/embear/vim-localvimrc>
vim-markdown-toc <https://github.com/mzlogin/vim-markdown-toc> vim-markdown-toc <https://github.com/mzlogin/vim-markdown-toc>
vim-polyglot <https://github.com/sheerun/vim-polyglot> vim-polyglot <https://github.com/sheerun/vim-polyglot>
vim-smarttabs <https://github.com/dpc/vim-smarttabs>
vim-submode <https://github.com/kana/vim-submode> vim-submode <https://github.com/kana/vim-submode>
vim-zscript <git@github.com:marrub--/vim-zscript.git> vim-zscript <git@github.com:marrub--/vim-zscript.git>

View File

@ -16,21 +16,26 @@
├── opt ├── opt
│   ├── CSApprox │   ├── CSApprox
│   ├── ack.vim │   ├── ack.vim
│   ├── bufexplorer
│   ├── tagbar │   ├── tagbar
│   ├── twitvim │   ├── twitvim
│   ├── vim-buftabline
│   ├── vim-emoji │   ├── vim-emoji
│   ├── vim-fugitive
│   ├── vim-gutentags │   ├── vim-gutentags
│   └── vim-submode │   └── vim-submode
└── start └── start
├── bufexplorer ├── ctrlp.vim
├── rainbow ├── rainbow
├── setcolors ├── setcolors
├── tabular ├── tabular
├── vim-abolish ├── vim-abolish
├── vim-airline
├── vim-airline-themes
├── vim-buftabline ├── vim-buftabline
├── vim-easy-align ├── vim-easy-align
├── vim-fugitive
├── vim-localvimrc ├── vim-localvimrc
└── vim-markdown-toc ├── vim-markdown-toc
└── vim-smarttabs
33 directories 38 directories