mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 07:06:40 +00:00
feat(golang): remove use of goenv
It's simpler to just have a single version of Go available, with goenv lots of different modules/packages which have `.go-version` files, the LSP server doesn't work correctly unless the specific version of Go is installed.
This commit is contained in:
4
zshenv
4
zshenv
@@ -150,8 +150,8 @@ path_prepend "/opt/emacs/bin"
|
||||
path_prepend "/opt/tmux/bin"
|
||||
|
||||
# Go setup for golang (./zsh/golang.zsh)
|
||||
path_prepend "$HOME/.goenv/shims"
|
||||
export GOENV_GOPATH_PREFIX="$HOME/.goenv/go"
|
||||
export GOPATH="$HOME/.go"
|
||||
path_prepend "$GOPATH/bin"
|
||||
|
||||
# Ruby setup for rbenv (./zsh/ruby.zsh)
|
||||
path_prepend "$HOME/.rbenv/shims"
|
||||
|
||||
Reference in New Issue
Block a user