Skip to content

Commit

Permalink
( ꒪⌓꒪) Add vim-metarw-redmine
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroyoro committed Oct 31, 2012
1 parent 18f009f commit 434711d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vimrc.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,11 @@ call vundle#rc()
" ステータスラインをカッコよくする
NeoBundle 'Lokaltog/vim-powerline'

" Redmine on Vim
NeoBundle 'mattn/vim-metarw-redmine'

" A framework to read/write fake:path
NeoBundle 'kana/vim-metarw'

" }}}

Expand Down
7 changes: 7 additions & 0 deletions .vimrc.plugins_setting
Original file line number Diff line number Diff line change
Expand Up @@ -452,3 +452,10 @@ function! SetUpRailsSetting()
setl dict+=~/.vim/dict/ruby.dict
endfunction
autocmd User Rails call SetUpRailsSetting()


"------------------------------------
" mattn/vim-metarw-redmine
"------------------------------------
let g:metarw_redmine_server = 'http://redmine.dev.scaleout.jp'
let g:metarw_redmine_apikey = '2ed945f405865ec799ff91b7bb364215f932c51c'

0 comments on commit 434711d

Please sign in to comment.