Compare commits

..

No commits in common. "3676e4e44796107d1f43458718809051c2a9bb7e" and "b4c4b5af8dab5ae74a04e043ecb9a148b58f6053" have entirely different histories.

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> au FileType go nmap <F11> :GoAlternate<CR>
" Go " Go
let g:go_fmt_command = "gofumports" let g:go_fmt_command = "goimports"
let g:go_fmt_fail_silently = 1 let g:go_fmt_fail_silently = 1
" let g:go_gocode_unimported_packages = 0 " let g:go_gocode_unimported_packages = 0

View File

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