Compare commits

...

2 Commits

Author SHA1 Message Date
Nise Void 3676e4e447
Use gofumpt 2020-09-01 17:36:45 +02:00
Nise Void e305681b9b
Add git.fuyu.moe to GOPRIVATE 2020-09-01 17:36:10 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ let g:cm_sources_override = {
au FileType go nmap <F11> :GoAlternate<CR>
" Go
let g:go_fmt_command = "goimports"
let g:go_fmt_command = "gofumports"
let g:go_fmt_fail_silently = 1
" let g:go_gocode_unimported_packages = 0

View File

@ -10,7 +10,7 @@ fi
export SSH_AUTH_SOCK=~/.ssh/ssh_auth_sock
# Go
export GOPRIVATE="git.ultraware.nl/*/*,git.sinuss.nl/*/*"
export GOPRIVATE="git.fuyu.moe/*/*,git.ultraware.nl/*/*,git.sinuss.nl/*/*"
# Fixes
export _JAVA_AWT_WM_NONREPARENTING=1