update vimgo
This commit is contained in:
parent
f93e09a263
commit
624b11997b
3 changed files with 16 additions and 8 deletions
9
.vimrc
9
.vimrc
|
|
@ -307,6 +307,9 @@ let g:ctrlp_match_window = 'bottom,order:ttb,min:1,max:15'
|
|||
|
||||
" * Vim-Go
|
||||
let g:go_fmt_command = "goimports"
|
||||
let g:go_auto_type_info = 1
|
||||
let g:go_updatetime = 300
|
||||
let g:go_bin_path = "$HOME/.go/bin"
|
||||
|
||||
|
||||
" ** STATUSLINE **
|
||||
|
|
@ -588,7 +591,6 @@ nnoremap <silent> <Leader>o :CtrlPBuffer<CR>
|
|||
"nnoremap <Leader>p :PTW
|
||||
nnoremap <Leader>p :LustyJugglePrevious<CR>
|
||||
nnoremap <Leader>jd :YcmCompleter GoToDefinitionElseDeclaration<CR>
|
||||
nnoremap <Leader>ii :GhcModInfo!<CR>
|
||||
|
||||
" ** EXTRA INCLUDES **
|
||||
"
|
||||
|
|
@ -601,3 +603,8 @@ endif
|
|||
" filetype.vim
|
||||
|
||||
command Comments lexpr system('/home/barak/src/gogh/src/github.com/barakmich/gogh/gogh')
|
||||
|
||||
|
||||
"call remote#host#RegisterPlugin('python3', '/home/barak/.vim/bundle/deoplete.nvim/rplugin/python3/deoplete', [
|
||||
"\ {'sync': v:true, 'name': '_deoplete', 'type': 'function', 'opts': {}},
|
||||
"\ ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue