Compare commits

..

3 Commits

Author SHA1 Message Date
d52328bbcd chore(deps): update dependency erlang to v27.3.1 2025-03-28 17:40:13 +00:00
8a97d1acee feat(mise): upgrade runtimes (#203)
Upgraded

* `aqua:aws/aws-cli` from 2.25.3 to 2.25.5
* `aqua:dagger/dagger` from 0.17.1 to 0.17.2
* `aqua:hashicorp/terraform` from 1.11.2 to 1.11.3
* `npm:@anthropic-ai/claude-code` from 0.2.54 to 0.2.56
* `pipx:aider-chat` from 0.79.1 to 0.79.2
* `pipx:vectorcode` from 0.5.1 to 0.5.2

Added

* `go:github.com/bloznelis/typioca`

Reviewed-on: #203
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
2025-03-28 17:21:31 +00:00
9565b41b2a chore(neovim): update kickstart.nvim to latest commit (#202)
Reviewed-on: #202
Co-authored-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
Co-committed-by: Joao P Dubas <joao.dubas+gitea@gmail.com>
2025-03-28 17:17:30 +00:00
3 changed files with 19 additions and 18 deletions

View File

@ -182,7 +182,7 @@ RUN fish -c true \
&& echo 'alias nh="nvim --listen 0.0.0.0:6666 --headless &> /dev/null"' >> ${XDG_CONFIG_HOME}/fish/config.fish && echo 'alias nh="nvim --listen 0.0.0.0:6666 --headless &> /dev/null"' >> ${XDG_CONFIG_HOME}/fish/config.fish
# git configuration # git configuration
ENV NEOVIM_KICKSTART_VERSION 34e7d29aa7b6e95cf09d62baf4c9082db5b129c0 ENV NEOVIM_KICKSTART_VERSION e947649cb0ee5ac3c75593288df04d4f58359106
COPY ./patch/kickstart.nvim/updates.patch /tmp COPY ./patch/kickstart.nvim/updates.patch /tmp
COPY ./config/nvim/lua/custom/plugins/init.lua /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 \ RUN git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME}"/nvim \

View File

@ -5,16 +5,16 @@
"aqua:ajeetdsouza/zoxide" = "0.9.7" "aqua:ajeetdsouza/zoxide" = "0.9.7"
"aqua:alexellis/k3sup" = "0.13.8" "aqua:alexellis/k3sup" = "0.13.8"
"aqua:astral-sh/uv" = "0.6.10" "aqua:astral-sh/uv" = "0.6.10"
"aqua:aws/aws-cli" = "2.25.3" "aqua:aws/aws-cli" = "2.25.5"
"aqua:bitwarden/clients" = "cli-v2025.2.0" "aqua:bitwarden/clients" = "cli-v2025.2.0"
"aqua:dagger/dagger" = "0.17.1" "aqua:dagger/dagger" = "0.17.2"
"aqua:derailed/k9s" = "0.40.10" "aqua:derailed/k9s" = "0.40.10"
"aqua:eksctl-io/eksctl" = "0.206.0" "aqua:eksctl-io/eksctl" = "0.206.0"
"aqua:evilmartians/lefthook" = "1.11.5" "aqua:evilmartians/lefthook" = "1.11.5"
"aqua:eza-community/eza" = "0.20.24" "aqua:eza-community/eza" = "0.20.24"
"aqua:github-cli" = "2.69.0" "aqua:github-cli" = "2.69.0"
"aqua:go-task/task" = "3.42.1" "aqua:go-task/task" = "3.42.1"
"aqua:hashicorp/terraform" = "1.11.2" "aqua:hashicorp/terraform" = "1.11.3"
"aqua:helm/helm" = "3.17.2" "aqua:helm/helm" = "3.17.2"
"aqua:junegunn/fzf" = "0.60.3" "aqua:junegunn/fzf" = "0.60.3"
"aqua:k3d-io/k3d" = "5.8.3" "aqua:k3d-io/k3d" = "5.8.3"
@ -26,9 +26,9 @@
"aqua:tilt-dev/ctlptl" = "0.8.40" "aqua:tilt-dev/ctlptl" = "0.8.40"
"aqua:tilt-dev/tilt" = "0.34.0" "aqua:tilt-dev/tilt" = "0.34.0"
"aqua:xo/usql" = "0.19.19" "aqua:xo/usql" = "0.19.19"
"npm:@anthropic-ai/claude-code" = "0.2.54" "npm:@anthropic-ai/claude-code" = "0.2.56"
"pipx:aider-chat" = { version = "0.79.1", uvx_args = "--python 3.12.7 --with google-generativeai" } "pipx:aider-chat" = { version = "0.79.2", uvx_args = "--python 3.12.7 --with google-generativeai" }
"pipx:vectorcode" = { version = "0.5.1", uvx_args = "--python 3.13.2" } "pipx:vectorcode" = { version = "0.5.2", uvx_args = "--python 3.13.2" }
"ubi:Samyak2/toipe" = "0.5.0" "ubi:Samyak2/toipe" = "0.5.0"
"ubi:hlsxx/tukai" = "0.2.2" "ubi:hlsxx/tukai" = "0.2.2"
"ubi:jdx/usage" = "2.0.7" "ubi:jdx/usage" = "2.0.7"
@ -45,6 +45,7 @@ python = "3.13.2"
r = "4.4.3" r = "4.4.3"
rust = "1.85.1" rust = "1.85.1"
yarn = "1.22.22" yarn = "1.22.22"
"go:github.com/bloznelis/typioca" = "3.1.0"
[settings] [settings]
experimental = true experimental = true

View File

@ -1,5 +1,5 @@
diff --git a/init.lua b/init.lua diff --git a/init.lua b/init.lua
index 5cac3d1..813b1b4 100644 index cbf9ff6..0205207 100644
--- a/init.lua --- a/init.lua
+++ b/init.lua +++ b/init.lua
@@ -91,7 +91,7 @@ vim.g.mapleader = ' ' @@ -91,7 +91,7 @@ vim.g.mapleader = ' '
@ -24,9 +24,9 @@ index 5cac3d1..813b1b4 100644
-- Don't show the mode, since it's already in the status line -- Don't show the mode, since it's already in the status line
vim.opt.showmode = false vim.opt.showmode = false
@@ -156,6 +156,14 @@ vim.opt.cursorline = true @@ -161,6 +161,14 @@ vim.opt.scrolloff = 10
-- Minimal number of screen lines to keep above and below the cursor. -- See `:help 'confirm'`
vim.opt.scrolloff = 10 vim.opt.confirm = true
+-- Set foldmethod +-- Set foldmethod
+-- See `:help foldmethod` +-- See `:help foldmethod`
@ -39,7 +39,7 @@ index 5cac3d1..813b1b4 100644
-- [[ Basic Keymaps ]] -- [[ Basic Keymaps ]]
-- See `:help vim.keymap.set()` -- See `:help vim.keymap.set()`
@@ -671,6 +679,27 @@ require('lazy').setup({ @@ -682,6 +690,27 @@ require('lazy').setup({
-- ts_ls = {}, -- ts_ls = {},
-- --
@ -67,7 +67,7 @@ index 5cac3d1..813b1b4 100644
lua_ls = { lua_ls = {
-- cmd = { ... }, -- cmd = { ... },
-- filetypes = { ... }, -- filetypes = { ... },
@@ -685,6 +714,32 @@ require('lazy').setup({ @@ -696,6 +725,32 @@ require('lazy').setup({
}, },
}, },
}, },
@ -100,7 +100,7 @@ index 5cac3d1..813b1b4 100644
} }
-- Ensure the servers and tools above are installed -- Ensure the servers and tools above are installed
@@ -716,6 +771,33 @@ require('lazy').setup({ @@ -727,6 +782,33 @@ require('lazy').setup({
-- by the server configuration above. Useful when disabling -- by the server configuration above. Useful when disabling
-- certain features of an LSP (for example, turning off formatting for ts_ls) -- certain features of an LSP (for example, turning off formatting for ts_ls)
server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {}) server.capabilities = vim.tbl_deep_extend('force', {}, capabilities, server.capabilities or {})
@ -134,7 +134,7 @@ index 5cac3d1..813b1b4 100644
require('lspconfig')[server_name].setup(server) require('lspconfig')[server_name].setup(server)
end, end,
}, },
@@ -875,6 +957,7 @@ require('lazy').setup({ @@ -884,6 +966,7 @@ require('lazy').setup({
-- set group index to 0 to skip loading LuaLS completions as lazydev recommends it -- set group index to 0 to skip loading LuaLS completions as lazydev recommends it
group_index = 0, group_index = 0,
}, },
@ -142,7 +142,7 @@ index 5cac3d1..813b1b4 100644
{ name = 'nvim_lsp' }, { name = 'nvim_lsp' },
{ name = 'luasnip' }, { name = 'luasnip' },
{ name = 'path' }, { name = 'path' },
@@ -890,19 +973,37 @@ require('lazy').setup({ @@ -899,19 +982,37 @@ require('lazy').setup({
-- --
-- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`. -- If you want to see what colorschemes are already installed, you can use `:Telescope colorscheme`.
'folke/tokyonight.nvim', 'folke/tokyonight.nvim',
@ -186,7 +186,7 @@ index 5cac3d1..813b1b4 100644
end, end,
}, },
@@ -952,7 +1053,39 @@ require('lazy').setup({ @@ -961,7 +1062,39 @@ require('lazy').setup({
main = 'nvim-treesitter.configs', -- Sets main module to use for opts main = 'nvim-treesitter.configs', -- Sets main module to use for opts
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = { opts = {
@ -227,7 +227,7 @@ index 5cac3d1..813b1b4 100644
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,
highlight = { highlight = {
@@ -982,17 +1115,17 @@ require('lazy').setup({ @@ -991,17 +1124,17 @@ require('lazy').setup({
-- Uncomment any of the lines below to enable them (you will need to restart nvim). -- Uncomment any of the lines below to enable them (you will need to restart nvim).
-- --
-- require 'kickstart.plugins.debug', -- require 'kickstart.plugins.debug',