Skip to content

Commit

Permalink
Add go test
Browse files Browse the repository at this point in the history
  • Loading branch information
hSATAC committed Aug 30, 2013
1 parent 68146fa commit 302d1d1
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -460,17 +460,20 @@ au BufReadPost * if line("'\"") > 0|if line("'\"") <= line("$")|exe("norm '\"")|
" --- vim-turbux
let g:no_turbux_mappings = 1
map <leader>t <Plug>SendTestToTmux
map <leader>r <Plug>SendFocusedTestToTmux
let g:turbux_command_rspec = 'zeus rspec' " default: rspec
au Filetype ruby
\ map <leader>t <Plug>SendTestToTmux |
\ map <leader>r <Plug>SendFocusedTestToTmux |
\ let g:turbux_command_rspec = 'zeus rspec' " default: rspec
au FileType go map <leader>t :Tmux go test<CR>
" --- vim-multiple-cursors
let g:multi_cursor_exit_from_insert_mode = 0

" --- align.vim

" For Ruby hash
command! -range AlignHash execute "<line1>,<line2>Align! P01 : =>"
" For Ruby hash
command! -range AlignHash execute "<line1>,<line2>Align! P01 : =>"

" --- vim-indent-guide
let g:indent_guides_start_level = 2
Expand Down

0 comments on commit 302d1d1

Please sign in to comment.