Skip to content

Commit

Permalink
Align Go settings
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhs committed May 31, 2020
1 parent 9953a83 commit 7672caf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .config/nvim/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ let g:gtfo#terminals = { 'unix': 'xfce4-terminal --working-directory' }

" Go syntax highlighting settings
let g:go_highlight_build_constraints = 1
let g:go_highlight_extra_types = 1
let g:go_highlight_fields = 1
let g:go_highlight_functions = 1
let g:go_highlight_methods = 1
let g:go_highlight_operators = 1
let g:go_highlight_structs = 1
let g:go_highlight_types = 1
let g:go_auto_sameids = 1 " highlight other occurrences of the variable the cursor is on right now
let g:go_highlight_extra_types = 1
let g:go_highlight_fields = 1
let g:go_highlight_functions = 1
let g:go_highlight_methods = 1
let g:go_highlight_operators = 1
let g:go_highlight_structs = 1
let g:go_highlight_types = 1
let g:go_auto_sameids = 1 " highlight other occurrences of the variable the cursor is on right now

" vim-gfm (GitHub flavored Markdown) settings
let g:gfm_syntax_highlight_inline_code = 1
Expand Down

0 comments on commit 7672caf

Please sign in to comment.