add nvim, restructure zsh

This commit is contained in:
2022-09-14 17:13:18 -04:00
parent f54eafd4a7
commit e60de286d2
10 changed files with 958 additions and 484 deletions

9
zsh/config.d/go.zsh Normal file
View File

@@ -0,0 +1,9 @@
# GO stuff
export GOPATH="${HOME}/go"
#export GOROOT="$(brew --prefix golang)/libexec"
export GOROOT="/usr/local/go"
export PATH=${GOPATH}/bin:${GOROOT}/bin:$PATH
export GOPRIVATE="github.com/solo-io"
export ACK_GINKGO_DEPRECATIONS=1.16.5
export GOLANG_PROTOBUF_REGISTRATION_CONFLICT=warn