aboutsummaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 837de45..fa93a09 100644
--- a/vimrc
+++ b/vimrc
@@ -447,6 +447,7 @@
"
" 2020.02.12:
" * Turn off `gopls` in vim-go.
+" * Turn off vim-go ftplugin definition mappings.
"
@@ -678,6 +679,7 @@ let g:slimv_swank_cmd = '! screen -d -m -t REPL-SBCL sbcl --load ~/.vim/bundle/s
let g:go_version_warning = 0
let g:go_fmt_command = 'goimports'
let g:go_gopls_enabled = 0
+let g:go_def_mapping_enabled = 0
" Whitespace method chain