/home/marrub/.vim/pack ├── 00_libraries │   └── start │   └── lh-vim-lib ├── 05_colors │   └── start │   ├── base16-vim │   └── mycolors ├── 10_highlighting │   └── start │   ├── vim-asm_ca65 │   ├── vim-gdscript3 │   ├── vim-polyglot │   └── vim-zscript └── 20_features ├── opt │   ├── CSApprox │   ├── ack.vim │   ├── bufexplorer │   ├── tagbar │   ├── twitvim │   ├── vim-buftabline │   ├── vim-emoji │   ├── vim-fugitive │   ├── vim-gutentags │   └── vim-submode └── start ├── ctrlp.vim ├── rainbow ├── setcolors ├── tabular ├── vim-abolish ├── vim-airline ├── vim-airline-themes ├── vim-buftabline ├── vim-easy-align ├── vim-localvimrc ├── vim-markdown-toc └── vim-smarttabs 38 directories