1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2025-01-01 07:41:17 +00:00

Replaced Fmt application to use goimports

This commit is contained in:
Knut Ahlers 2014-01-10 22:53:22 +01:00
parent fa0262738a
commit 76b964c6b5

5
vimrc
View file

@ -934,6 +934,11 @@ let g:gitgutter_enabled = 1
let g:gitgutter_highlight_lines = 0
hi SignColumn cterm=none ctermbg=none
"
" Use goimports for Fmt
"
let g:gofmt_command = "goimports"
"
" filetype (common for plugins)
"