Add more vim plugins

This commit is contained in:
2013-04-21 13:48:27 -04:00
parent 189952bd57
commit bda18db719
6 changed files with 22 additions and 0 deletions

12
.gitmodules vendored
View File

@@ -19,3 +19,15 @@
[submodule ".vim/bundle/ag"]
path = .vim/bundle/ag
url = https://github.com/rking/ag.vim
[submodule ".vim/bundle/webapi-vim"]
path = .vim/bundle/webapi-vim
url = git@github.com:mattn/webapi-vim.git
[submodule ".vim/bundle/gist-vim"]
path = .vim/bundle/gist-vim
url = git@github.com:mattn/gist-vim.git
[submodule ".vim/bundle/vim-rails"]
path = .vim/bundle/vim-rails
url = git://github.com/tpope/vim-rails.git
[submodule ".vim/bundle/vim-bundler"]
path = .vim/bundle/vim-bundler
url = git://github.com/tpope/vim-bundler.git

1
.vim/bundle/gist-vim Submodule

Submodule .vim/bundle/gist-vim added at 385140f2ff

1
.vim/bundle/vim-rails Submodule

Submodule .vim/bundle/vim-rails added at 74f407e2f8

6
.vimrc
View File

@@ -21,6 +21,12 @@ map <leader>fp :CtrlP vendor/plugins<cr>
map <leader>fs :CtrlP spec<cr>
map <leader>ft :CtrlP test<cr>
" # gist-vim
let g:gist_detect_filetype = 1
let g:gist_open_browser_after_post = 1
let g:gist_show_privates = 1
let g:gist_post_private = 1
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" BASIC EDITING CONFIGURATION
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""