disable the vim-go template on new files
I found that really annoying, I don't know why it's on by default.master
parent
28591011b4
commit
146beebae1
@ -1,5 +1,8 @@
|
|||||||
" don't show go fmt errors
|
" don't show go fmt errors
|
||||||
let g:go_fmt_fail_silently = 1
|
let g:go_fmt_fail_silently = 1
|
||||||
|
|
||||||
|
" don't template out new Go files
|
||||||
|
let g:go_template_autocreate = 0
|
||||||
|
|
||||||
" use literal tab characters in Go
|
" use literal tab characters in Go
|
||||||
set noexpandtab
|
set noexpandtab
|
||||||
|
Loading…
Reference in New Issue