diff --git a/zsh/golang.zsh b/zsh/golang.zsh index 1c525a6..119a2cc 100755 --- a/zsh/golang.zsh +++ b/zsh/golang.zsh @@ -12,16 +12,16 @@ alias gv="govendor" install_go_global_packages () { local packages=( github.com/akavel/up - github.com/alecthomas/gometalinter github.com/asciimoo/wuzz github.com/derekparker/delve/cmd/dlv github.com/golang/lint/golint github.com/kisielk/errcheck github.com/kr/pretty + github.com/mdempsky/gocode github.com/mdempsky/unconvert - github.com/nsf/gocode github.com/rakyll/hey github.com/rogpeppe/godef + github.com/sourcegraph/go-langserver github.com/spf13/cobra/cobra github.com/vektra/mockery/.../ golang.org/x/tools/cmd/godoc @@ -34,6 +34,4 @@ install_go_global_packages () { echo "installing/updating \"$package\"" go get -u "$package" done - - gometalinter --install } diff --git a/zsh/nodejs.zsh b/zsh/nodejs.zsh index c6d83b0..abcb0c2 100755 --- a/zsh/nodejs.zsh +++ b/zsh/nodejs.zsh @@ -12,12 +12,15 @@ alias tl="tldr" install_node_global_packages () { npm install -g \ + appcenter-cli \ + bash-language-server \ eslint \ eslint-config-prettier \ eslint-plugin-prettier \ eslint_d \ htmllint-cli \ httpsnippet \ + javascript-typescript-langserver \ jsonlint \ localtunnel \ markdown-it \ @@ -27,7 +30,8 @@ install_node_global_packages () { tslint \ typescript \ typescript-formatter \ - uuid-cli + uuid-cli \ + vscode-css-languageserver-bin } # Load nvm if it's available diff --git a/zsh/ruby.zsh b/zsh/ruby.zsh index a0bd232..6bc784b 100755 --- a/zsh/ruby.zsh +++ b/zsh/ruby.zsh @@ -14,7 +14,8 @@ install_ruby_global_packages () { rbenv-rehash \ reek \ rubocop \ - seeing_is_believing + seeing_is_believing \ + solargraph } # Aliases