/home/marrub/.vim/pack ├── 00_libraries │   └── start │   └── lh-vim-lib ├── 05_colors │   └── start │   ├── base16-vim │   ├── candid.vim │   ├── mycolors │   ├── plastic.vim │   ├── quantum.vim │   └── vim-aurora ├── 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-smarttabs │   └── 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 42 directories