add vim package listing

master
an 2019-05-01 00:25:42 -04:00
parent b83f8e507c
commit e9aa5c232a
2 changed files with 44 additions and 0 deletions

View File

@ -1,3 +1,4 @@
tree -dL 3 ~/.vim/pack > vim_packages
while read t f;do
cp $(find $t) $f;done <<END
$HOME/bin/_scripts/* .

43
vim_packages Normal file
View File

@ -0,0 +1,43 @@
/home/marrub/.vim/pack
├── 00_libraries
│   └── start
│   └── lh-vim-lib
├── 05_colors
│   └── start
│   ├── base16-vim
│   └── mycolors
├── 10_highlighting
│   ├── opt
│   │   ├── kotlin-vim
│   │   ├── pony-vim-syntax
│   │   ├── rust.vim
│   │   ├── vim-crystal
│   │   ├── vim-markdown
│   │   ├── vim-racket
│   │   └── vim-toml
│   └── start
│   ├── vim-asm_ca65
│   ├── vim-gdscript3
│   ├── vim-polyglot
│   └── vim-zscript
└── 20_features
├── opt
│   ├── ack.vim
│   ├── CSApprox
│   ├── tagbar
│   ├── twitvim
│   ├── vim-emoji
│   ├── vim-gutentags
│   └── vim-submode
└── start
├── bufexplorer
├── rainbow
├── setcolors
├── tabular
├── vim-abolish
├── vim-buftabline
├── vim-easy-align
├── vim-localvimrc
└── vim-markdown-toc
40 directories