Skip to content

Commit

Permalink
Remove let g:go_gocode_propose_source = 1
Browse files Browse the repository at this point in the history
seems to be disabled by default now:
fatih/vim-go#2050
  • Loading branch information
palcalde committed Jan 26, 2022
1 parent 56b985f commit f74026c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ let g:go_highlight_functions = 1
let g:go_highlight_fields = 0
let g:go_highlight_function_calls = 1
let g:go_highlight_function_parameters = 0
let g:go_gocode_propose_source = 1
let g:go_highlight_variable_declarations = 1
let g:go_highlight_variable_assignments = 1

Expand Down

0 comments on commit f74026c

Please sign in to comment.