diff --git a/.gitmodules b/.gitmodules index e6e3d4f..467829f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -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 diff --git a/.vim/bundle/gist-vim b/.vim/bundle/gist-vim new file mode 160000 index 0000000..385140f --- /dev/null +++ b/.vim/bundle/gist-vim @@ -0,0 +1 @@ +Subproject commit 385140f2ff6065efccf32d58e52b25ae9952c677 diff --git a/.vim/bundle/vim-bundler b/.vim/bundle/vim-bundler new file mode 160000 index 0000000..94fdfe4 --- /dev/null +++ b/.vim/bundle/vim-bundler @@ -0,0 +1 @@ +Subproject commit 94fdfe47d6f9e5f6d0406e03c021c24a539c9a76 diff --git a/.vim/bundle/vim-rails b/.vim/bundle/vim-rails new file mode 160000 index 0000000..74f407e --- /dev/null +++ b/.vim/bundle/vim-rails @@ -0,0 +1 @@ +Subproject commit 74f407e2f8d02dc6ff39ed370a25731d723e5cef diff --git a/.vim/bundle/webapi-vim b/.vim/bundle/webapi-vim new file mode 160000 index 0000000..5731da5 --- /dev/null +++ b/.vim/bundle/webapi-vim @@ -0,0 +1 @@ +Subproject commit 5731da5c074c1a86ed05d28f6f510347ff3f8d15 diff --git a/.vimrc b/.vimrc index e21d795..b6726e1 100644 --- a/.vimrc +++ b/.vimrc @@ -21,6 +21,12 @@ map fp :CtrlP vendor/plugins map fs :CtrlP spec map ft :CtrlP test +" # 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 """"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""