scripts/vim/packages

51 lines
1.5 KiB
Plaintext
Raw Normal View History

2019-04-30 21:25:42 -07:00
/home/marrub/.vim/pack
├── 00_libraries
│   └── start
│   └── lh-vim-lib
├── 05_colors
2019-07-31 07:16:38 -07:00
│   ├── opt
│   │   ├── candid.vim
│   │   ├── mycolors
│   │   ├── plastic.vim
│   │   ├── quantum.vim
│   │   └── vim-aurora
2019-04-30 21:25:42 -07:00
│   └── start
2019-07-31 07:16:38 -07:00
│   └── base16-vim
2019-04-30 21:25:42 -07:00
├── 10_highlighting
│   └── start
│   ├── vim-asm_ca65
│   ├── vim-gdscript3
│   ├── vim-polyglot
2019-07-31 07:16:38 -07:00
│   ├── vim-qt-cpp
│   └── vim-zscript
2019-04-30 21:25:42 -07:00
└── 20_features
├── opt
│   ├── CSApprox
2019-07-01 13:49:13 -07:00
│   ├── ack.vim
2019-07-09 21:05:13 -07:00
│   ├── bufexplorer
2019-08-18 08:06:49 -07:00
│   ├── ranger.vim
2019-04-30 21:25:42 -07:00
│   ├── tagbar
│   ├── twitvim
2019-07-31 07:16:38 -07:00
│   ├── vim-airline
│   ├── vim-airline-themes
2019-07-09 21:05:13 -07:00
│   ├── vim-buftabline
2019-04-30 21:25:42 -07:00
│   ├── vim-emoji
2019-07-09 21:05:13 -07:00
│   ├── vim-fugitive
2019-04-30 21:25:42 -07:00
│   ├── vim-gutentags
2019-08-12 15:55:20 -07:00
│   ├── vim-ruby-heredoc-syntax
2019-07-27 07:17:19 -07:00
│   ├── vim-smarttabs
2019-04-30 21:25:42 -07:00
│   └── vim-submode
└── start
2019-07-09 21:05:13 -07:00
├── ctrlp.vim
2019-08-18 08:06:49 -07:00
├── give-me-ranger-you-fucker
2019-04-30 21:25:42 -07:00
├── rainbow
├── setcolors
├── tabular
├── vim-abolish
├── vim-buftabline
├── vim-easy-align
├── vim-localvimrc
2019-08-12 15:55:20 -07:00
└── vim-markdown-toc
2019-04-30 21:25:42 -07:00
2019-08-18 08:06:49 -07:00
47 directories