mirror of
https://github.com/luzifer/vim.git
synced 2025-01-04 00:46:08 +00:00
Replaced Fmt application to use goimports
This commit is contained in:
parent
fa0262738a
commit
76b964c6b5
1 changed files with 5 additions and 0 deletions
5
vimrc
5
vimrc
|
@ -934,6 +934,11 @@ let g:gitgutter_enabled = 1
|
||||||
let g:gitgutter_highlight_lines = 0
|
let g:gitgutter_highlight_lines = 0
|
||||||
hi SignColumn cterm=none ctermbg=none
|
hi SignColumn cterm=none ctermbg=none
|
||||||
|
|
||||||
|
"
|
||||||
|
" Use goimports for Fmt
|
||||||
|
"
|
||||||
|
let g:gofmt_command = "goimports"
|
||||||
|
|
||||||
"
|
"
|
||||||
" filetype (common for plugins)
|
" filetype (common for plugins)
|
||||||
"
|
"
|
||||||
|
|
Loading…
Reference in a new issue