-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjanus.rake
More file actions
13 lines (13 loc) · 945 Bytes
/
janus.rake
File metadata and controls
13 lines (13 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
skip_vim_plugin "snipmate"
vim_plugin_task "zencoding", "git://github.com/mattn/zencoding-vim.git"
vim_plugin_task "minibufexpl", "git://github.com/fholgado/minibufexpl.vim.git"
vim_plugin_task "ragtag", "https://github.com/tpope/vim-ragtag.git"
vim_plugin_task "unimpaired", "https://github.com/tpope/vim-unimpaired.git"
vim_plugin_task "endwise", "https://github.com/tpope/vim-endwise.git"
vim_plugin_task "speeddating", "https://github.com/tpope/vim-speeddating.git"
vim_plugin_task "repeat", "https://github.com/tpope/vim-repeat.git"
vim_plugin_task "vim-addon-mw-utils", "https://github.com/MarcWeber/vim-addon-mw-utils.git"
vim_plugin_task "tlib_vim", "https://github.com/tomtom/tlib_vim.git"
vim_plugin_task "vim-snipmate", "https://github.com/garbas/vim-snipmate.git"
vim_plugin_task "honza-snipmate-snippets", "https://github.com/honza/snipmate-snippets.git"
vim_plugin_task "delimitmate", "https://github.com/Raimondi/delimitMate.git"