More vim-go config
This commit is contained in:
parent
bd478726a6
commit
f053088063
1 changed files with 6 additions and 4 deletions
|
|
@ -123,13 +123,15 @@ noremap <leader>a :NERDTreeFind<CR>
|
|||
|
||||
let g:python_highlight_all = 1
|
||||
|
||||
let g:go_highlight_types = 1
|
||||
let g:go_highlight_build_constraints = 1
|
||||
let g:go_highlight_interfaces = 1
|
||||
let g:go_highlight_functions = 1
|
||||
let g:go_highlight_methods = 1
|
||||
let g:go_highlight_structs = 1
|
||||
let g:go_highlight_interfaces = 1
|
||||
let g:go_highlight_operators = 1
|
||||
let g:go_highlight_build_constraints = 1
|
||||
let g:go_highlight_structs = 1
|
||||
let g:go_highlight_types = 1
|
||||
let g:go_fmt_command = "goimports"
|
||||
|
||||
|
||||
let g:buffergator_viewport_split_policy = 'B'
|
||||
let g:buffergator_autoupdate = 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue