From 66f6bbed450643eb7a58bcec56843f63e357d9dd Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Thu, 13 Jan 2022 09:09:44 -0800 Subject: [PATCH] Remove goimport --- plugins.vim | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins.vim b/plugins.vim index 9a8ed79..70f1d63 100644 --- a/plugins.vim +++ b/plugins.vim @@ -132,7 +132,6 @@ nmap ga (EasyAlign) vmap (EasyAlign) " vim-go -let g:go_fmt_command = 'goimports' let g:go_diagnostics_enabled = 0 let g:go_imports_autosave = 0 let g:go_metalinter_enabled = []