aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vimrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 4f1b355..3c06d26 100644
--- a/vimrc
+++ b/vimrc
@@ -461,6 +461,9 @@
" 2020.06.17:
" * Add count support to `[q`, `]q`, `[w`, `]w`.
"
+" 2020.09.10:
+" * Make the quickfix window 10 lines tall in vim-go.
+"
" Pathogen
@@ -693,6 +696,7 @@ let g:go_fmt_command = 'goimports'
let g:go_fmt_autosave = 0
let g:go_gopls_enabled = 0
let g:go_def_mapping_enabled = 0
+let g:go_list_height = 10
" Whitespace method chain