Skip to content

Instantly share code, notes, and snippets.

@urfolomeus
Created January 4, 2012 07:26
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save urfolomeus/1558958 to your computer and use it in GitHub Desktop.
Save urfolomeus/1558958 to your computer and use it in GitHub Desktop.
vim folder structure
.
├── autoload
│   ├── pathogen.vim
│   └── pathogen.vim.old
├── backup
├── bundle
│   ├── nerdcommenter
│   ├── scss-syntax.vim
│   ├── snipmate.vim
│   ├── supertab
│   ├── vibrantink
│   ├── vim-coffee-script
│   │   ├── Copying.md
│   │   ├── Makefile
│   │   ├── News.md
│   │   ├── Readme.md
│   │   ├── Thanks.md
│   │   ├── Todo.md
│   │   ├── after
│   │   │   └── syntax
│   │   │   ├── haml.vim
│   │   │   └── html.vim
│   │   ├── compiler
│   │   │   └── coffee.vim
│   │   ├── doc
│   │   │   └── coffee-script.txt
│   │   ├── ftdetect
│   │   │   ├── coffee.vim
│   │   │   └── eco.vim
│   │   ├── ftplugin
│   │   │   └── coffee.vim
│   │   ├── indent
│   │   │   └── coffee.vim
│   │   ├── syntax
│   │   │   ├── coffee.vim
│   │   │   └── eco.vim
│   │   └── test
│   │   ├── test-eco.html.eco
│   │   ├── test-interp.coffee
│   │   ├── test-ops.coffee
│   │   ├── test-reserved.coffee
│   │   └── test.html
│   ├── vim-colors-solarized
│   ├── vim-endwise
│   ├── vim-fugitive
│   ├── vim-haml
│   ├── vim-javascript
│   ├── vim-markdown
│   ├── vim-ragtag
│   ├── vim-rails
│   └── vim-ruby
├── color
│   ├── railscasts+.vim
│   ├── railscasts.vim
│   ├── railscasts2.vim
│   ├── solarized.vim
│   ├── vibrantink.vim
│   └── vividchalk.vim
├── syntax
│   ├── arduino.vim
│   ├── coffee.vim
│   ├── conque_term.vim
│   ├── cucumber.vim
│   ├── eco.vim
│   ├── git.vim
│   ├── gitcommit.vim
│   ├── gitconfig.vim
│   ├── gitrebase.vim
│   ├── gitsendemail.vim
│   ├── haml.vim
│   ├── markdown.vim
│   ├── mustache.vim
│   ├── puppet.vim
│   ├── sass.vim
│   ├── scala.vim
│   ├── scss.vim
│   ├── snippet.vim
│   ├── textile.vim
│   └── vim-rspec.vim
├── vimrc
└── vimrc.old
29 directories, 51 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment