From 994ef7af9bae660cd385eec637fa5ec291a09826 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Fri, 11 Apr 2025 14:09:36 +0000 Subject: [PATCH 01/21] feat(mise): upgrade runtimes Upgrade runtimes: * `aqua:astral-sh/uv` from 0.6.12 to 0.6.14 * `aqua:aws/aws-cli` from 2.25.9 to 2.26.0 * `aqua:dagger/dagger` from 0.18.1 to 0.18.2 * `aqua:derailed/k9s` from 0.40.10 to 0.50.2 * `aqua:evilmartians/lefthook` from 1.11.6 to 1.11.8 * `aqua:hashicorp/terraform` from 1.11.3 to 1.11.4 * `aqua:helm/helm` from 3.17.2 to 3.17.3 * `aqua:junegunn/fzf` from 0.61.0 to 0.61.1 * `aqua:tilt-dev/tilt` from 0.34.0 to 0.34.1 * `aqua:xo/usql` from 0.19.19 to 0.19.21 * `npm:@anthropic-ai/claude-code` from 0.2.61 to 0.2.68 * `pipx:aider-chat` from 0.80.2 to 0.81.1 * `r` from 4.4.3 to 4.5.0 Add runtimes: * `ubi:speakeasy-api/speakeasy` --- config/mise/config.toml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 76efcd5..b5a5be6 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -4,19 +4,19 @@ "aqua:FiloSottile/age" = "1.2.1" "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" -"aqua:astral-sh/uv" = "0.6.12" -"aqua:aws/aws-cli" = "2.25.9" +"aqua:astral-sh/uv" = "0.6.14" +"aqua:aws/aws-cli" = "2.26.0" "aqua:bitwarden/clients" = "cli-v2025.2.0" -"aqua:dagger/dagger" = "0.18.1" -"aqua:derailed/k9s" = "0.40.10" +"aqua:dagger/dagger" = "0.18.2" +"aqua:derailed/k9s" = "0.50.2" "aqua:eksctl-io/eksctl" = "0.207.0" -"aqua:evilmartians/lefthook" = "1.11.6" +"aqua:evilmartians/lefthook" = "1.11.8" "aqua:eza-community/eza" = "0.21.0" "aqua:github-cli" = "2.69.0" "aqua:go-task/task" = "3.42.1" -"aqua:hashicorp/terraform" = "1.11.3" -"aqua:helm/helm" = "3.17.2" -"aqua:junegunn/fzf" = "0.61.0" +"aqua:hashicorp/terraform" = "1.11.4" +"aqua:helm/helm" = "3.17.3" +"aqua:junegunn/fzf" = "0.61.1" "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.27.0" "aqua:kubernetes/kubectl" = "1.32.3" @@ -24,16 +24,17 @@ "aqua:sharkdp/bat" = "0.25.0" "aqua:starship/starship" = "1.22.1" "aqua:tilt-dev/ctlptl" = "0.8.40" -"aqua:tilt-dev/tilt" = "0.34.0" -"aqua:xo/usql" = "0.19.19" +"aqua:tilt-dev/tilt" = "0.34.1" +"aqua:xo/usql" = "0.19.21" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.61" -"pipx:aider-chat" = { version = "0.80.2", uvx_args = "--python 3.12.7 --with google-generativeai" } +"npm:@anthropic-ai/claude-code" = "0.2.68" +"pipx:aider-chat" = { version = "0.81.1", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:vectorcode" = { version = "0.5.5", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" +"ubi:speakeasy-api/speakeasy" = "1.531.1" "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" erlang = "27.3.2" @@ -43,7 +44,7 @@ luajit = "2.0.5" node = "22.14.0" poetry = "2.1.2" python = "3.13.3" -r = "4.4.3" +r = "4.5.0" rust = "1.86.0" yarn = "1.22.22" -- 2.47.2 From 5d11d8a1091ed88e52ee44fe475a5cfb06393ce8 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Fri, 11 Apr 2025 14:55:58 +0000 Subject: [PATCH 02/21] feat(docker): upgrade docker runtimes * `docker` from 28.0.1 to 28.0.4 * `compose` from v2.33.1 to v2.35.0 * `buildx` from v0.21.2 to v0.22.0 --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6678267..92a89cf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -107,11 +107,11 @@ RUN apt-get update \ && echo 'permit persist :wheel as root' > /etc/doas.conf # command line utilities -ENV DO_VERSION 28.0.1 +ENV DO_VERSION 28.0.4 ENV DO_URL https://download.docker.com/linux/static/stable/x86_64/docker-${DO_VERSION}.tgz -ENV DC_VERSION v2.33.1 +ENV DC_VERSION v2.35.0 ENV DC_URL https://github.com/docker/compose/releases/download/${DC_VERSION}/docker-compose-linux-x86_64 -ENV BX_VERSION v0.21.2 +ENV BX_VERSION v0.22.0 ENV BX_URL https://github.com/docker/buildx/releases/download/${BX_VERSION}/buildx-${BX_VERSION}.linux-amd64 RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \ && mkdir /tmp/download \ -- 2.47.2 From e5ecb33630c11a4d47ce1763502c52623f817e5f Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 14 Apr 2025 14:08:05 +0000 Subject: [PATCH 03/21] feat(mise): upgrade runtimes * `aqua:aws/aws-cli` from 2.26.0 to 2.26.1 * `aqua:derailed/k9s` from 0.50.2 to 0.50.3 * `aqua:evilmartians/lefthook` from 1.11.8 to 1.11.9 * `aqua:sbstp/kubie` from 0.25.1 to 0.25.2 * `aqua:tilt-dev/tilt` from 0.34.1 to 0.34.2 * `npm:@anthropic-ai/claude-code` from 0.2.68 to 0.2.69 * `pipx:aider-chat` from 0.81.1 to 0.81.3 * `ubi:speakeasy-api/speakeasy` from 1.531.1 to 1.531.4 --- config/mise/config.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index b5a5be6..2ed4f00 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -5,12 +5,12 @@ "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" "aqua:astral-sh/uv" = "0.6.14" -"aqua:aws/aws-cli" = "2.26.0" +"aqua:aws/aws-cli" = "2.26.1" "aqua:bitwarden/clients" = "cli-v2025.2.0" "aqua:dagger/dagger" = "0.18.2" -"aqua:derailed/k9s" = "0.50.2" +"aqua:derailed/k9s" = "0.50.3" "aqua:eksctl-io/eksctl" = "0.207.0" -"aqua:evilmartians/lefthook" = "1.11.8" +"aqua:evilmartians/lefthook" = "1.11.9" "aqua:eza-community/eza" = "0.21.0" "aqua:github-cli" = "2.69.0" "aqua:go-task/task" = "3.42.1" @@ -20,21 +20,21 @@ "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.27.0" "aqua:kubernetes/kubectl" = "1.32.3" -"aqua:sbstp/kubie" = "0.25.1" +"aqua:sbstp/kubie" = "0.25.2" "aqua:sharkdp/bat" = "0.25.0" "aqua:starship/starship" = "1.22.1" "aqua:tilt-dev/ctlptl" = "0.8.40" -"aqua:tilt-dev/tilt" = "0.34.1" +"aqua:tilt-dev/tilt" = "0.34.2" "aqua:xo/usql" = "0.19.21" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.68" -"pipx:aider-chat" = { version = "0.81.1", uvx_args = "--python 3.12.7 --with google-generativeai" } +"npm:@anthropic-ai/claude-code" = "0.2.69" +"pipx:aider-chat" = { version = "0.81.3", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:vectorcode" = { version = "0.5.5", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" -"ubi:speakeasy-api/speakeasy" = "1.531.1" +"ubi:speakeasy-api/speakeasy" = "1.531.4" "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" erlang = "27.3.2" -- 2.47.2 From 90255f81efe43e9f465f46447fe745c35aca18c7 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 14 Apr 2025 14:09:16 +0000 Subject: [PATCH 04/21] chore(nvim): use gemini with avante --- config/nvim/lua/custom/plugins/init.lua | 23 +++++++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/config/nvim/lua/custom/plugins/init.lua b/config/nvim/lua/custom/plugins/init.lua index d624ae4..6bba1f2 100644 --- a/config/nvim/lua/custom/plugins/init.lua +++ b/config/nvim/lua/custom/plugins/init.lua @@ -150,13 +150,26 @@ return { lazy = false, version = false, opts = { - provider = 'claude', - auto_suggestion_provider = 'claude', + provider = 'gemini_pro', + auto_suggestion_provider = 'gemini_flash', claude = { - endpoint = 'https://api.anthropic.com', model = 'claude-3-7-sonnet-20250219', temperature = 0, - max_tokens = 4096, + max_tokens = 20480, + }, + vendors = { + gemini_pro = { + __inherited_from = 'gemini', + model = 'gemini-2.5-pro-exp-03-25', + temperature = 0.25, + max_tokens = 204800, + }, + gemini_flash = { + __inherited_from = 'gemini', + model = 'gemini-2.0-flash', + temperature = 0.25, + max_tokens = 20480, + }, }, behaviour = { auto_suggestions = false, @@ -236,10 +249,12 @@ return { }, build = 'make', dependencies = { + 'nvim-treesitter/nvim-treesitter', 'stevearc/dressing.nvim', 'nvim-lua/plenary.nvim', 'MunifTanjim/nui.nvim', 'hrsh7th/nvim-cmp', + 'nvim-telescope/telescope.nvim', 'nvim-tree/nvim-web-devicons', { 'HakonHarnes/img-clip.nvim', -- 2.47.2 From 31b5c3692b85751ac68e48776770bebe3de5b7e7 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 14 Apr 2025 14:09:45 +0000 Subject: [PATCH 05/21] chore(aider): use gemini as models --- config/aider/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/aider/config.yml b/config/aider/config.yml index 814756a..37d091b 100644 --- a/config/aider/config.yml +++ b/config/aider/config.yml @@ -1,9 +1,9 @@ --- -model: gemini-2.0.flash-001 -weak-model: gemini-2.0.flash-001 -editor-model: claude-3-7-sonnet-20250219 +model: gemini/gemini-2.5-pro-preview-03-25 +weak-model: gemini/gemini-2.0.flash-001 +editor-model: gemini/gemini-2.5-pro-preview-03-25 editor: nvim -git: true +git: false gitignore: true auto-commits: false read: -- 2.47.2 From 5d9ea83c29fa9533a3b3f15a555f245a9e28ebdc Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 14 Apr 2025 18:40:51 +0000 Subject: [PATCH 06/21] fix(aider): set proper model name for weak-model --- config/aider/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/aider/config.yml b/config/aider/config.yml index 37d091b..e8e0792 100644 --- a/config/aider/config.yml +++ b/config/aider/config.yml @@ -1,6 +1,6 @@ --- model: gemini/gemini-2.5-pro-preview-03-25 -weak-model: gemini/gemini-2.0.flash-001 +weak-model: gemini/gemini-2.0-flash-001 editor-model: gemini/gemini-2.5-pro-preview-03-25 editor: nvim git: false -- 2.47.2 From 5f2d0e2b97d3a5bbc7057e09874eeae99a9aebee Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 15 Apr 2025 00:44:26 +0000 Subject: [PATCH 07/21] feat(mise): upgrade runtimes * `pipx:aider-chat` from 0.81.3 to 0.82.0 --- config/mise/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 2ed4f00..e7e7de3 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -28,7 +28,7 @@ "aqua:xo/usql" = "0.19.21" "go:github.com/bloznelis/typioca" = "3.1.0" "npm:@anthropic-ai/claude-code" = "0.2.69" -"pipx:aider-chat" = { version = "0.81.3", uvx_args = "--python 3.12.7 --with google-generativeai" } +"pipx:aider-chat" = { version = "0.82.0", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:vectorcode" = { version = "0.5.5", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" -- 2.47.2 From 37e4550118e5a5b701012fab20147b4e34470a3b Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 15 Apr 2025 00:44:40 +0000 Subject: [PATCH 08/21] feat(aider): ensure git is enabled --- config/aider/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/aider/config.yml b/config/aider/config.yml index e8e0792..aae7457 100644 --- a/config/aider/config.yml +++ b/config/aider/config.yml @@ -3,7 +3,7 @@ model: gemini/gemini-2.5-pro-preview-03-25 weak-model: gemini/gemini-2.0-flash-001 editor-model: gemini/gemini-2.5-pro-preview-03-25 editor: nvim -git: false +git: true gitignore: true auto-commits: false read: -- 2.47.2 From db27ccac4948453c1211a78ea85080c649a03ee8 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 15 Apr 2025 12:12:27 +0000 Subject: [PATCH 09/21] feat(docker): add exercism cli --- Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Dockerfile b/Dockerfile index 92a89cf..36239b9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -113,11 +113,16 @@ ENV DC_VERSION v2.35.0 ENV DC_URL https://github.com/docker/compose/releases/download/${DC_VERSION}/docker-compose-linux-x86_64 ENV BX_VERSION v0.22.0 ENV BX_URL https://github.com/docker/buildx/releases/download/${BX_VERSION}/buildx-${BX_VERSION}.linux-amd64 +ENV EXERCISM_VERSION 3.5.4 +ENV EXERCISM_FILE exercism-${EXERCISM_VERSION}-linux-x86_64.tar.gz +ENV EXERCISM_URL https://github.com/exercism/cli/releases/download/v${EXERCISM_VERSION}/${EXERCISM_FILE} RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \ && mkdir /tmp/download \ && curl -L ${DO_URL} | tar -zx -C /tmp/download \ && chgrp --recursive docker /tmp/download \ && mv /tmp/download/docker/* /usr/local/bin \ + && curl -L -XGET ${EXERCISM_URL} | tar -xz -C /tmp/download \ + && mv /tmp/download/exercism /usr/local/bin \ && rm -rf /tmp/download \ && mkdir -p /usr/local/lib/docker/cli-plugins \ && curl -L ${DC_URL} -o /usr/local/lib/docker/cli-plugins/docker-compose \ -- 2.47.2 From 556864c85d4965d3f469d9fd079ce269400f0301 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 15 Apr 2025 20:04:01 +0000 Subject: [PATCH 10/21] feat(mise): upgrade runtimes * `aqua:aws/aws-cli` from 2.26.1 to 2.26.2 * `aqua:dagger/dagger` from 0.18.2 to 0.18.3 * `aqua:evilmartians/lefthook` from 1.11.9 to 1.11.10 * `aqua:aws/aws-cli` from 2.26.1 to 2.26.2 * `aqua:dagger/dagger` from 0.18.2 to 0.18.3 * `aqua:evilmartians/lefthook` from 1.11.9 to 1.11.10 * `ubi:speakeasy-api/speakeasy` from 1.531.4 to 1.531.5 --- config/mise/config.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index e7e7de3..683b583 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -5,12 +5,12 @@ "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" "aqua:astral-sh/uv" = "0.6.14" -"aqua:aws/aws-cli" = "2.26.1" +"aqua:aws/aws-cli" = "2.26.2" "aqua:bitwarden/clients" = "cli-v2025.2.0" -"aqua:dagger/dagger" = "0.18.2" +"aqua:dagger/dagger" = "0.18.3" "aqua:derailed/k9s" = "0.50.3" "aqua:eksctl-io/eksctl" = "0.207.0" -"aqua:evilmartians/lefthook" = "1.11.9" +"aqua:evilmartians/lefthook" = "1.11.10" "aqua:eza-community/eza" = "0.21.0" "aqua:github-cli" = "2.69.0" "aqua:go-task/task" = "3.42.1" @@ -34,7 +34,7 @@ "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" -"ubi:speakeasy-api/speakeasy" = "1.531.4" +"ubi:speakeasy-api/speakeasy" = "1.531.5" "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" erlang = "27.3.2" -- 2.47.2 From ebad95b5660e7ba89682c4d3a6dfe3d28a1b0af7 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 16 Apr 2025 19:21:58 +0000 Subject: [PATCH 11/21] chore(docker): install neovim from github release --- Dockerfile | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 36239b9..5e1ba5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,6 @@ ENV DEBIAN_FRONTEND noninteractive RUN apt-get update \ && apt-get install -y software-properties-common \ && add-apt-repository ppa:fish-shell/release-3 \ - && add-apt-repository ppa:neovim-ppa/unstable \ && apt-get update \ && apt-get install -y --no-install-recommends \ autoconf \ @@ -70,7 +69,6 @@ RUN apt-get update \ m4 \ make \ ncal \ - neovim \ net-tools \ openjdk-17-jdk \ openssh-client \ @@ -116,13 +114,22 @@ ENV BX_URL https://github.com/docker/buildx/releases/download/${BX_VERSION}/buil ENV EXERCISM_VERSION 3.5.4 ENV EXERCISM_FILE exercism-${EXERCISM_VERSION}-linux-x86_64.tar.gz ENV EXERCISM_URL https://github.com/exercism/cli/releases/download/v${EXERCISM_VERSION}/${EXERCISM_FILE} +ENV NVIM_VERSION v0.11.0 +ENV NVIM_FILE nvim-linux-x86_64.tar.gz +ENV NVIM_URL https://github.com/neovim/neovim/releases/download/${NVIM_VERSION}/${NVIM_FILE} RUN curl -sS https://starship.rs/install.sh | sh -s -- --yes \ && mkdir /tmp/download \ + && echo 'install docker' \ && curl -L ${DO_URL} | tar -zx -C /tmp/download \ && chgrp --recursive docker /tmp/download \ && mv /tmp/download/docker/* /usr/local/bin \ + && echo 'install exercism' \ && curl -L -XGET ${EXERCISM_URL} | tar -xz -C /tmp/download \ && mv /tmp/download/exercism /usr/local/bin \ + && echo 'install neovim' \ + && curl -L -XGET ${NVIM_URL} | tar -xz -C /tmp/download \ + && mv /tmp/download/nvim-linux-x86_64 /usr/local/src/nvim \ + && ln -s /usr/local/src/nvim/bin/nvim /usr/local/bin/nvim \ && rm -rf /tmp/download \ && mkdir -p /usr/local/lib/docker/cli-plugins \ && curl -L ${DC_URL} -o /usr/local/lib/docker/cli-plugins/docker-compose \ -- 2.47.2 From 1513baa542fc8b526eb9716360e978071a2a3206 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 16 Apr 2025 19:22:17 +0000 Subject: [PATCH 12/21] feat(mise): upgrade runtimes * `aqua:github-cli` from 2.69.0 to 2.70.0 * `npm:@anthropic-ai/claude-code` from 0.2.69 to 0.2.70 * `ubi:speakeasy-api/speakeasy` from 1.531.5 to 1.533.0 --- config/mise/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 683b583..029c52f 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -12,7 +12,7 @@ "aqua:eksctl-io/eksctl" = "0.207.0" "aqua:evilmartians/lefthook" = "1.11.10" "aqua:eza-community/eza" = "0.21.0" -"aqua:github-cli" = "2.69.0" +"aqua:github-cli" = "2.70.0" "aqua:go-task/task" = "3.42.1" "aqua:hashicorp/terraform" = "1.11.4" "aqua:helm/helm" = "3.17.3" @@ -27,14 +27,14 @@ "aqua:tilt-dev/tilt" = "0.34.2" "aqua:xo/usql" = "0.19.21" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.69" +"npm:@anthropic-ai/claude-code" = "0.2.70" "pipx:aider-chat" = { version = "0.82.0", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:vectorcode" = { version = "0.5.5", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" -"ubi:speakeasy-api/speakeasy" = "1.531.5" +"ubi:speakeasy-api/speakeasy" = "1.533.0" "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" erlang = "27.3.2" -- 2.47.2 From 7e15d3466438588c74d693fb08b56d53905c881d Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 16 Apr 2025 21:14:33 +0000 Subject: [PATCH 13/21] feat(neovim): upgrade kickstart.nvim to latest commit Also, adjust supermaven to work with blink.cmp. --- Dockerfile | 2 +- patch/kickstart.nvim/updates.patch | 48 ++++++++++++++++++++---------- 2 files changed, 34 insertions(+), 16 deletions(-) diff --git a/Dockerfile b/Dockerfile index 5e1ba5e..a01a028 100644 --- a/Dockerfile +++ b/Dockerfile @@ -194,7 +194,7 @@ RUN fish -c true \ && echo 'alias nh="nvim --listen 0.0.0.0:6666 --headless &> /dev/null"' >> ${XDG_CONFIG_HOME}/fish/config.fish # git configuration -ENV NEOVIM_KICKSTART_VERSION e947649cb0ee5ac3c75593288df04d4f58359106 +ENV NEOVIM_KICKSTART_VERSION d350db2449da40df003c40d440f909d74e2d4e70 COPY ./patch/kickstart.nvim/updates.patch /tmp COPY ./config/nvim/lua/custom/plugins/init.lua /tmp RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}"/nvim \ diff --git a/patch/kickstart.nvim/updates.patch b/patch/kickstart.nvim/updates.patch index abaeac5..3136582 100644 --- a/patch/kickstart.nvim/updates.patch +++ b/patch/kickstart.nvim/updates.patch @@ -1,5 +1,5 @@ diff --git a/init.lua b/init.lua -index cbf9ff6..0205207 100644 +index 776c687..45f3af0 100644 --- a/init.lua +++ b/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ' ' @@ -39,7 +39,7 @@ index cbf9ff6..0205207 100644 -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()` -@@ -682,6 +690,27 @@ require('lazy').setup({ +@@ -676,6 +684,27 @@ require('lazy').setup({ -- ts_ls = {}, -- @@ -67,7 +67,7 @@ index cbf9ff6..0205207 100644 lua_ls = { -- cmd = { ... }, -- filetypes = { ... }, -@@ -696,6 +725,32 @@ require('lazy').setup({ +@@ -690,6 +719,32 @@ require('lazy').setup({ }, }, }, @@ -100,7 +100,7 @@ index cbf9ff6..0205207 100644 } -- Ensure the servers and tools above are installed -@@ -727,6 +782,33 @@ require('lazy').setup({ +@@ -721,6 +776,33 @@ require('lazy').setup({ -- by the server configuration above. Useful when disabling -- certain features of an LSP (for example, turning off formatting for ts_ls) server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {}) @@ -134,15 +134,33 @@ index cbf9ff6..0205207 100644 require('lspconfig')[server_name].setup(server) end, }, -@@ -884,6 +966,7 @@ require('lazy').setup({ - -- set group index to 0 to skip loading LuaLS completions as lazydev recommends it - group_index = 0, - }, -+ { name = 'supermavem' }, - { name = 'nvim_lsp' }, - { name = 'luasnip' }, - { name = 'path' }, -@@ -899,19 +982,37 @@ require('lazy').setup({ +@@ -801,6 +883,8 @@ require('lazy').setup({ + opts = {}, + }, + 'folke/lazydev.nvim', ++ 'saghen/blink.compat', ++ 'supermaven-inc/supermaven-nvim', + }, + --- @module 'blink.cmp' + --- @type blink.cmp.Config +@@ -846,9 +930,15 @@ require('lazy').setup({ + }, + + sources = { +- default = { 'lsp', 'path', 'snippets', 'lazydev' }, ++ default = { 'lsp', 'path', 'snippets', 'lazydev', 'supermaven' }, + providers = { + lazydev = { module = 'lazydev.integrations.blink', score_offset = 100 }, ++ supermaven = { ++ name = 'supermanve', ++ module = 'blink.compat.source', ++ score_offset = 100, ++ async = true, ++ }, + }, + }, + +@@ -874,19 +964,37 @@ require('lazy').setup({ -- -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. 'folke/tokyonight.nvim', @@ -186,7 +204,7 @@ index cbf9ff6..0205207 100644 end, }, -@@ -961,7 +1062,39 @@ require('lazy').setup({ +@@ -936,7 +1044,39 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { @@ -227,7 +245,7 @@ index cbf9ff6..0205207 100644 -- Autoinstall languages that are not installed auto_install = true, highlight = { -@@ -991,17 +1124,17 @@ require('lazy').setup({ +@@ -966,17 +1106,17 @@ require('lazy').setup({ -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- -- require 'kickstart.plugins.debug', -- 2.47.2 From f8ffa3660e3890bc5a2ddd3740c54118d3051765 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 21 Apr 2025 13:56:08 +0000 Subject: [PATCH 14/21] feat(nvim): add lackluster theme --- patch/kickstart.nvim/updates.patch | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/patch/kickstart.nvim/updates.patch b/patch/kickstart.nvim/updates.patch index 3136582..9014f7c 100644 --- a/patch/kickstart.nvim/updates.patch +++ b/patch/kickstart.nvim/updates.patch @@ -1,5 +1,5 @@ diff --git a/init.lua b/init.lua -index 776c687..45f3af0 100644 +index 776c687..28ba9f3 100644 --- a/init.lua +++ b/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ' ' @@ -160,7 +160,7 @@ index 776c687..45f3af0 100644 }, }, -@@ -874,19 +964,37 @@ require('lazy').setup({ +@@ -874,19 +964,39 @@ require('lazy').setup({ -- -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. 'folke/tokyonight.nvim', @@ -169,6 +169,7 @@ index 776c687..45f3af0 100644 + 'wnkz/monoglow.nvim', + 'rjshkhr/shadow.nvim', + 'sainnhe/gruvbox-material', ++ 'slugbyte/lackluster.nvim', + }, priority = 1000, -- Make sure to load this before all the other start plugins. config = function() @@ -191,20 +192,21 @@ index 776c687..45f3af0 100644 + -- For monoglow the following variants area available: + -- 'monoglow-z', 'monoglow-lack', or 'monoglow-void'. + -- gruvbox-material configuration based on https://github.com/gonstoll/dotfiles/blob/2d7ec07bd475c73e7ba1a48b27a2a85315bfd2d1/.config/nvim/lua/plugins/colorscheme/gruvbox.lua#L5-L13 -+ vim.g.gruvbox_material_better_performance = 1 -+ vim.g.gruvbox_material_foreground = 'material' -+ vim.g.gruvbox_material_background = 'medium' -+ vim.g.gruvbox_material_ui_contrast = 'low' -+ vim.g.gruvbox_material_float_style = 'dim' -+ vim.g.gruvbox_material_enable_italic = 0 -+ vim.g.gruvbox_material_disable_italic_comment = 1 -+ vim.g.gruvbox_material_cursor = 'red' -+ vim.g.gruvbox_material_disable_terminal_colors = 1 -+ vim.cmd.colorscheme 'gruvbox-material' ++ -- vim.g.gruvbox_material_better_performance = 1 ++ -- vim.g.gruvbox_material_foreground = 'material' ++ -- vim.g.gruvbox_material_background = 'medium' ++ -- vim.g.gruvbox_material_ui_contrast = 'low' ++ -- vim.g.gruvbox_material_float_style = 'dim' ++ -- vim.g.gruvbox_material_enable_italic = 0 ++ -- vim.g.gruvbox_material_disable_italic_comment = 1 ++ -- vim.g.gruvbox_material_cursor = 'red' ++ -- vim.g.gruvbox_material_disable_terminal_colors = 1 ++ -- vim.cmd.colorscheme 'gruvbox-material' ++ vim.cmd.colorscheme 'lackluster' end, }, -@@ -936,7 +1044,39 @@ require('lazy').setup({ +@@ -936,7 +1046,39 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { @@ -245,7 +247,7 @@ index 776c687..45f3af0 100644 -- Autoinstall languages that are not installed auto_install = true, highlight = { -@@ -966,17 +1106,17 @@ require('lazy').setup({ +@@ -966,17 +1108,17 @@ require('lazy').setup({ -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- -- require 'kickstart.plugins.debug', -- 2.47.2 From a752a079f3f06c79d38916b90af43ac6fd7ee20c Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 22 Apr 2025 09:04:34 -0300 Subject: [PATCH 15/21] feat(mise): upgrade runtimes * `aqua:astral-sh/uv` from 0.6.14 to 0.6.16 * `aqua:aws/aws-cli` from 2.26.2 to 2.26.6 * `aqua:derailed/k9s` from 0.50.3 to 0.50.4 * `aqua:evilmartians/lefthook` from 1.11.10 to 1.11.11 * `aqua:eza-community/eza` from 0.21.0 to 0.21.1 * `aqua:go-task/task` from 3.42.1 to 3.43.2 * `aqua:junegunn/fzf` from 0.61.1 to 0.61.2 * `npm:@anthropic-ai/claude-code` from 0.2.70 to 0.2.76 * `pipx:aider-chat` from 0.82.0 to 0.82.2 * `pipx:vectorcode` from 0.5.5 to 0.5.6 * `ubi:speakeasy-api/speakeasy` from 1.533.0 to 1.537.0 --- config/mise/config.toml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index f0b2810..b62ef83 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -4,19 +4,19 @@ "aqua:FiloSottile/age" = "1.2.1" "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" -"aqua:astral-sh/uv" = "0.6.14" -"aqua:aws/aws-cli" = "2.26.2" +"aqua:astral-sh/uv" = "0.6.16" +"aqua:aws/aws-cli" = "2.26.6" "aqua:bitwarden/clients" = "cli-v2025.2.0" "aqua:dagger/dagger" = "0.18.3" -"aqua:derailed/k9s" = "0.50.3" +"aqua:derailed/k9s" = "0.50.4" "aqua:eksctl-io/eksctl" = "0.207.0" -"aqua:evilmartians/lefthook" = "1.11.10" -"aqua:eza-community/eza" = "0.21.0" +"aqua:evilmartians/lefthook" = "1.11.11" +"aqua:eza-community/eza" = "0.21.1" "aqua:github-cli" = "2.70.0" -"aqua:go-task/task" = "3.42.1" +"aqua:go-task/task" = "3.43.2" "aqua:hashicorp/terraform" = "1.11.4" "aqua:helm/helm" = "3.17.3" -"aqua:junegunn/fzf" = "0.61.1" +"aqua:junegunn/fzf" = "0.61.2" "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.27.0" "aqua:kubernetes/kubectl" = "1.32.3" @@ -27,14 +27,14 @@ "aqua:tilt-dev/tilt" = "0.34.2" "aqua:xo/usql" = "0.19.21" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.70" -"pipx:aider-chat" = { version = "0.82.0", uvx_args = "--python 3.12.7 --with google-generativeai" } -"pipx:vectorcode" = { version = "0.5.5", uvx_args = "--python 3.13.2" } +"npm:@anthropic-ai/claude-code" = "0.2.76" +"pipx:aider-chat" = { version = "0.82.2", uvx_args = "--python 3.12.7 --with google-generativeai" } +"pipx:vectorcode" = { version = "0.5.6", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" -"ubi:speakeasy-api/speakeasy" = "1.533.0" +"ubi:speakeasy-api/speakeasy" = "1.537.0" "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" erlang = "27.3.3" -- 2.47.2 From d7b2573f0e0d0943032539fc19999ce286d8ff97 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 22 Apr 2025 11:49:00 -0300 Subject: [PATCH 16/21] feat(neovim): add `harper-ls` to lint files --- patch/kickstart.nvim/updates.patch | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/patch/kickstart.nvim/updates.patch b/patch/kickstart.nvim/updates.patch index 9014f7c..28380e8 100644 --- a/patch/kickstart.nvim/updates.patch +++ b/patch/kickstart.nvim/updates.patch @@ -1,5 +1,5 @@ diff --git a/init.lua b/init.lua -index 776c687..28ba9f3 100644 +index 776c687..430ceeb 100644 --- a/init.lua +++ b/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ' ' @@ -39,7 +39,7 @@ index 776c687..28ba9f3 100644 -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()` -@@ -676,6 +684,27 @@ require('lazy').setup({ +@@ -676,6 +684,28 @@ require('lazy').setup({ -- ts_ls = {}, -- @@ -53,6 +53,7 @@ index 776c687..28ba9f3 100644 + }, + }, + gopls = {}, ++ harper_ls = {}, + helm_ls = {}, + html = { filetypes = { 'html', 'twig', 'hbs' } }, + jsonls = { @@ -67,7 +68,7 @@ index 776c687..28ba9f3 100644 lua_ls = { -- cmd = { ... }, -- filetypes = { ... }, -@@ -690,6 +719,32 @@ require('lazy').setup({ +@@ -690,6 +720,32 @@ require('lazy').setup({ }, }, }, @@ -93,14 +94,14 @@ index 776c687..28ba9f3 100644 + ["https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json"] = "*flow*.{yml,yaml}", + ["https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json"] = "*docker-compose*.{yml,yaml}", + -- kubernetes = "*.{yml,yaml}", -+ } -+ } -+ } -+ } ++ }, ++ }, ++ }, ++ }, } -- Ensure the servers and tools above are installed -@@ -721,6 +776,33 @@ require('lazy').setup({ +@@ -721,6 +777,33 @@ require('lazy').setup({ -- by the server configuration above. Useful when disabling -- certain features of an LSP (for example, turning off formatting for ts_ls) server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {}) @@ -134,7 +135,7 @@ index 776c687..28ba9f3 100644 require('lspconfig')[server_name].setup(server) end, }, -@@ -801,6 +883,8 @@ require('lazy').setup({ +@@ -801,6 +884,8 @@ require('lazy').setup({ opts = {}, }, 'folke/lazydev.nvim', @@ -143,7 +144,7 @@ index 776c687..28ba9f3 100644 }, --- @module 'blink.cmp' --- @type blink.cmp.Config -@@ -846,9 +930,15 @@ require('lazy').setup({ +@@ -846,9 +931,15 @@ require('lazy').setup({ }, sources = { @@ -160,7 +161,7 @@ index 776c687..28ba9f3 100644 }, }, -@@ -874,19 +964,39 @@ require('lazy').setup({ +@@ -874,19 +965,39 @@ require('lazy').setup({ -- -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. 'folke/tokyonight.nvim', @@ -206,7 +207,7 @@ index 776c687..28ba9f3 100644 end, }, -@@ -936,7 +1046,39 @@ require('lazy').setup({ +@@ -936,7 +1047,39 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { @@ -247,7 +248,7 @@ index 776c687..28ba9f3 100644 -- Autoinstall languages that are not installed auto_install = true, highlight = { -@@ -966,17 +1108,17 @@ require('lazy').setup({ +@@ -966,17 +1109,17 @@ require('lazy').setup({ -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- -- require 'kickstart.plugins.debug', -- 2.47.2 From 0235599789afce21f19cf82d221cc21551ce5e57 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 22 Apr 2025 12:33:11 -0300 Subject: [PATCH 17/21] chore(mise): add supabase cli --- config/mise/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config/mise/config.toml b/config/mise/config.toml index b62ef83..1c2b075 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -35,6 +35,7 @@ "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" "ubi:speakeasy-api/speakeasy" = "1.537.0" +"ubi:supabase/cli" = { version = "2.22.4", exe = "supabase" } "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" erlang = "27.3.3" -- 2.47.2 From 753caadacc66bb73a8bd21aef3dcd4cd49e96654 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Tue, 22 Apr 2025 20:15:04 -0300 Subject: [PATCH 18/21] feat(mise): upgrade runtimes * `aqua:aws/aws-cli` from 2.26.6 to 2.26.7 * `aqua:dagger/dagger` from 0.18.3 to 0.18.4 * `aqua:junegunn/fzf` from 0.61.2 to 0.61.3 * `npm:@anthropic-ai/claude-code` from 0.2.76 to 0.2.78 Remove `ubi:speakeasy-api/speakeasy`, since it's not used anymore. --- config/mise/config.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/config/mise/config.toml b/config/mise/config.toml index 1c2b075..e75d6b1 100644 --- a/config/mise/config.toml +++ b/config/mise/config.toml @@ -5,9 +5,9 @@ "aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:alexellis/k3sup" = "0.13.8" "aqua:astral-sh/uv" = "0.6.16" -"aqua:aws/aws-cli" = "2.26.6" +"aqua:aws/aws-cli" = "2.26.7" "aqua:bitwarden/clients" = "cli-v2025.2.0" -"aqua:dagger/dagger" = "0.18.3" +"aqua:dagger/dagger" = "0.18.4" "aqua:derailed/k9s" = "0.50.4" "aqua:eksctl-io/eksctl" = "0.207.0" "aqua:evilmartians/lefthook" = "1.11.11" @@ -16,7 +16,7 @@ "aqua:go-task/task" = "3.43.2" "aqua:hashicorp/terraform" = "1.11.4" "aqua:helm/helm" = "3.17.3" -"aqua:junegunn/fzf" = "0.61.2" +"aqua:junegunn/fzf" = "0.61.3" "aqua:k3d-io/k3d" = "5.8.3" "aqua:kubernetes-sigs/kind" = "0.27.0" "aqua:kubernetes/kubectl" = "1.32.3" @@ -27,14 +27,13 @@ "aqua:tilt-dev/tilt" = "0.34.2" "aqua:xo/usql" = "0.19.21" "go:github.com/bloznelis/typioca" = "3.1.0" -"npm:@anthropic-ai/claude-code" = "0.2.76" +"npm:@anthropic-ai/claude-code" = "0.2.78" "pipx:aider-chat" = { version = "0.82.2", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:vectorcode" = { version = "0.5.6", uvx_args = "--python 3.13.2" } "ubi:Samyak2/toipe" = "0.5.0" "ubi:hlsxx/tukai" = "0.2.2" "ubi:jdx/usage" = "2.0.7" "ubi:max-niederman/ttyper" = "1.6.0" -"ubi:speakeasy-api/speakeasy" = "1.537.0" "ubi:supabase/cli" = { version = "2.22.4", exe = "supabase" } "ubi:wagoodman/dive" = "0.13.1" elixir = "1.18.3" -- 2.47.2 From f5d3ed5ff2549d1da825578d697a48859f3a8710 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 23 Apr 2025 19:26:21 +0000 Subject: [PATCH 19/21] chore: create completion for supabase --- scripts/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker-entrypoint.sh b/scripts/docker-entrypoint.sh index 0bb7f7c..0cddd33 100755 --- a/scripts/docker-entrypoint.sh +++ b/scripts/docker-entrypoint.sh @@ -20,6 +20,7 @@ commands=( "kubectl" "lefthook" "mise" + "supabase" ) echo "create completion for ${commands[@]}" for cmd in ${commands[@]}; do -- 2.47.2 From 4e13daf1b9c96145d6c311cfdb73aa7615c31594 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Wed, 23 Apr 2025 20:33:20 +0000 Subject: [PATCH 20/21] chore(neovim): use `virtual_lines` instead of `virtual_text` --- patch/kickstart.nvim/updates.patch | 29 ++++++++++++++++++++--------- 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/patch/kickstart.nvim/updates.patch b/patch/kickstart.nvim/updates.patch index 28380e8..cfa82ce 100644 --- a/patch/kickstart.nvim/updates.patch +++ b/patch/kickstart.nvim/updates.patch @@ -1,5 +1,5 @@ diff --git a/init.lua b/init.lua -index 776c687..430ceeb 100644 +index 776c687..040cf83 100644 --- a/init.lua +++ b/init.lua @@ -91,7 +91,7 @@ vim.g.mapleader = ' ' @@ -39,7 +39,18 @@ index 776c687..430ceeb 100644 -- [[ Basic Keymaps ]] -- See `:help vim.keymap.set()` -@@ -676,6 +684,28 @@ require('lazy').setup({ +@@ -632,7 +640,9 @@ require('lazy').setup({ + [vim.diagnostic.severity.HINT] = '󰌶 ', + }, + } or {}, +- virtual_text = { ++ virtual_text = false, ++ -- Display multiline diagnostics on virtual lines ++ virtual_lines = { + source = 'if_many', + spacing = 2, + format = function(diagnostic) +@@ -676,6 +686,28 @@ require('lazy').setup({ -- ts_ls = {}, -- @@ -68,7 +79,7 @@ index 776c687..430ceeb 100644 lua_ls = { -- cmd = { ... }, -- filetypes = { ... }, -@@ -690,6 +720,32 @@ require('lazy').setup({ +@@ -690,6 +722,32 @@ require('lazy').setup({ }, }, }, @@ -101,7 +112,7 @@ index 776c687..430ceeb 100644 } -- Ensure the servers and tools above are installed -@@ -721,6 +777,33 @@ require('lazy').setup({ +@@ -721,6 +779,33 @@ require('lazy').setup({ -- by the server configuration above. Useful when disabling -- certain features of an LSP (for example, turning off formatting for ts_ls) server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {}) @@ -135,7 +146,7 @@ index 776c687..430ceeb 100644 require('lspconfig')[server_name].setup(server) end, }, -@@ -801,6 +884,8 @@ require('lazy').setup({ +@@ -801,6 +886,8 @@ require('lazy').setup({ opts = {}, }, 'folke/lazydev.nvim', @@ -144,7 +155,7 @@ index 776c687..430ceeb 100644 }, --- @module 'blink.cmp' --- @type blink.cmp.Config -@@ -846,9 +931,15 @@ require('lazy').setup({ +@@ -846,9 +933,15 @@ require('lazy').setup({ }, sources = { @@ -161,7 +172,7 @@ index 776c687..430ceeb 100644 }, }, -@@ -874,19 +965,39 @@ require('lazy').setup({ +@@ -874,19 +967,39 @@ require('lazy').setup({ -- -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. 'folke/tokyonight.nvim', @@ -207,7 +218,7 @@ index 776c687..430ceeb 100644 end, }, -@@ -936,7 +1047,39 @@ require('lazy').setup({ +@@ -936,7 +1049,39 @@ require('lazy').setup({ main = 'nvim-treesitter.configs', -- Sets main module to use for opts -- [[ Configure Treesitter ]] See `:help nvim-treesitter` opts = { @@ -248,7 +259,7 @@ index 776c687..430ceeb 100644 -- Autoinstall languages that are not installed auto_install = true, highlight = { -@@ -966,17 +1109,17 @@ require('lazy').setup({ +@@ -966,17 +1111,17 @@ require('lazy').setup({ -- Uncomment any of the lines below to enable them (you will need to restart nvim). -- -- require 'kickstart.plugins.debug', -- 2.47.2 From 2d79ae41a1565caa3abee5df8c918177610a8b59 Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Thu, 24 Apr 2025 11:40:09 +0000 Subject: [PATCH 21/21] chore: add completion for exercism --- scripts/docker-entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/docker-entrypoint.sh b/scripts/docker-entrypoint.sh index 0cddd33..df67449 100755 --- a/scripts/docker-entrypoint.sh +++ b/scripts/docker-entrypoint.sh @@ -13,6 +13,7 @@ fi commands=( "ctlptl" "eksctl" + "exercism" "helm" "k3d" "k9s" -- 2.47.2