Skip to content

Commit

Permalink
Added completion and some go bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
mattikus committed Aug 12, 2014
1 parent 8b7b57f commit d15f96e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Plugin 'tsaleh/vim-align'
Plugin 'ervandew/supertab'
Plugin 'kien/ctrlp.vim'
Plugin 'bling/vim-airline'
Plugin 'Valloric/YouCompleteMe'

" git
Plugin 'tpope/vim-fugitive'
Expand Down Expand Up @@ -229,5 +230,7 @@ let g:airline#extensions#tabline#enabled = 1
" vim-go
au FileType go nmap <leader>r <Plug>(go-run)
au FileType go nmap <leader>b <Plug>(go-build)
au FileType go nmap <leader>t <Plug>(go-test)
au FileType go nmap <leader>T <Plug>(go-test)
au Filetype go nnoremap <leader>v :vsp <CR>:exe "GoDef" <CR>
au Filetype go nnoremap <leader>s :sp <CR>:exe "GoDef"<CR>

0 comments on commit d15f96e

Please sign in to comment.