diff --git a/.config/aqua/aqua.yaml b/.config/aqua/aqua.yaml index c56eb411..0b33046d 100644 --- a/.config/aqua/aqua.yaml +++ b/.config/aqua/aqua.yaml @@ -39,7 +39,7 @@ packages: - name: cheat/cheat@4.4.0 - name: golangci/golangci-lint@v1.55.1 - name: goreleaser/goreleaser@v1.21.2 -- name: google/yamlfmt@v0.10.0 +- name: google/yamlfmt@v0.9.0 - name: koalaman/shellcheck@v0.9.0 - name: mvdan/sh@v3.7.0 - name: stern/stern@v1.26.0 diff --git a/.config/nvim/lua/plugins/lsp.lua b/.config/nvim/lua/plugins/lsp.lua index 0d1ff4b2..aedb07bf 100644 --- a/.config/nvim/lua/plugins/lsp.lua +++ b/.config/nvim/lua/plugins/lsp.lua @@ -175,6 +175,7 @@ return { }, html = {}, cssls = {}, + solargraph = {}, }, }, }, diff --git a/.zsh/80_custom.zsh b/.zsh/80_custom.zsh index f6a779d6..ed8d6a01 100644 --- a/.zsh/80_custom.zsh +++ b/.zsh/80_custom.zsh @@ -16,3 +16,7 @@ if has "setup-envtest"; then k8s_version="1.25.x" source <(setup-envtest use -i -p env ${k8s_version}) fi + +if has "rbenv"; then + eval "$(rbenv init -)" +fi diff --git a/.zshenv b/.zshenv index 2305a699..f3d62b41 100644 --- a/.zshenv +++ b/.zshenv @@ -1,9 +1,9 @@ typeset -gx -U path path=( \ ~/bin(N-/) \ + /opt/homebrew/bin(N-/) \ ~/.local/share/aquaproj-aqua/bin(N-/) \ ~/ghq/bin(N-/) \ - /opt/homebrew/bin(N-/) \ /usr/local/bin(N-/) \ /usr/sbin(N-/) \ ~/.local/bin(N-/) \