Remove goimport

This commit is contained in:
Alex Yatskov 2022-01-13 09:09:44 -08:00
parent 81899433e3
commit 66f6bbed45

View File

@ -132,7 +132,6 @@ nmap ga <plug>(EasyAlign)
vmap <cr> <plug>(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 = []