vim: packages

master
an 2019-07-31 10:16:38 -04:00
parent 2e562f3b28
commit b675fffd9b
2 changed files with 12 additions and 9 deletions

View File

@ -28,6 +28,7 @@ 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-qt-cpp <git@git.greyserv.net:marrub/vim-qt-cpp.git>
vim-smarttabs <https://github.com/dpc/vim-smarttabs> 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

@ -3,18 +3,20 @@
│   └── start │   └── start
│   └── lh-vim-lib │   └── lh-vim-lib
├── 05_colors ├── 05_colors
│   ├── opt
│   │   ├── candid.vim
│   │   ├── mycolors
│   │   ├── plastic.vim
│   │   ├── quantum.vim
│   │   └── vim-aurora
│   └── start │   └── start
│   ├── base16-vim │   └── base16-vim
│   ├── candid.vim
│   ├── mycolors
│   ├── plastic.vim
│   ├── quantum.vim
│   └── vim-aurora
├── 10_highlighting ├── 10_highlighting
│   └── start │   └── start
│   ├── vim-asm_ca65 │   ├── vim-asm_ca65
│   ├── vim-gdscript3 │   ├── vim-gdscript3
│   ├── vim-polyglot │   ├── vim-polyglot
│   ├── vim-qt-cpp
│   └── vim-zscript │   └── vim-zscript
└── 20_features └── 20_features
├── opt ├── opt
@ -23,6 +25,8 @@
│   ├── bufexplorer │   ├── bufexplorer
│   ├── tagbar │   ├── tagbar
│   ├── twitvim │   ├── twitvim
│   ├── vim-airline
│   ├── vim-airline-themes
│   ├── vim-buftabline │   ├── vim-buftabline
│   ├── vim-emoji │   ├── vim-emoji
│   ├── vim-fugitive │   ├── vim-fugitive
@ -35,11 +39,9 @@
├── setcolors ├── setcolors
├── tabular ├── tabular
├── vim-abolish ├── vim-abolish
├── vim-airline
├── vim-airline-themes
├── vim-buftabline ├── vim-buftabline
├── vim-easy-align ├── vim-easy-align
├── vim-localvimrc ├── vim-localvimrc
└── vim-markdown-toc └── vim-markdown-toc
42 directories 44 directories