Skip to content

Instantly share code, notes, and snippets.

@bit-dragon
Last active October 11, 2015 19:38
Show Gist options
  • Save bit-dragon/3909175 to your computer and use it in GitHub Desktop.
Save bit-dragon/3909175 to your computer and use it in GitHub Desktop.
.vim
├── autoload
│   └── pathogen.vim
├── bundle
│   ├── ctrlp.vim
│   ├── gundo
│   ├── nerdcommenter
│   ├── nerdtree
│   ├── quicktask
│   ├── scss-syntax.vim
│   ├── supertab
│   ├── syntastic
│   ├── UltiSnips
│   ├── vim-coffee-script
│   ├── vim-colors-solarized
│   ├── vim-css-color
│   ├── vim-cucumber
│   ├── vim-haml
│   ├── vim-javascript
│   ├── vim-markdown
│   ├── vim-rails
│   ├── vim-ruby
│   └── vundle
└── colors
├── codeschool.vim
├── github.vim
├── guardian.vim
├── sexy-railscasts.vim
├── Tomorrow-Night-Blue.vim
├── Tomorrow-Night-Bright.vim
├── Tomorrow-Night-Eighties.vim
├── Tomorrow-Night.vim
├── Tomorrow.vim
└── vividchalk.vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment