latest
This commit is contained in:
parent
6fbdcec271
commit
b30dd6d8a2
2 changed files with 7 additions and 2 deletions
4
.vimrc
4
.vimrc
|
|
@ -292,6 +292,9 @@ let g:ctrlp_cmd = 'CtrlP'
|
|||
let g:ctrlp_working_path_mode = 'ra'
|
||||
let g:ctrlp_match_window = 'bottom,order:ttb,min:1,max:15'
|
||||
|
||||
" * Vim-Go
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
||||
|
||||
" ** STATUSLINE **
|
||||
"
|
||||
|
|
@ -567,3 +570,4 @@ endif
|
|||
" ** SEE ALSO **
|
||||
" filetype.vim
|
||||
|
||||
command Comments lexpr system('/home/barak/src/gogh/src/github.com/barakmich/gogh/gogh')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue