diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b536d1c..4cd3d9b 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -33,3 +33,5 @@ end function mix_test_changed git status -s | awk '{print $2}' | grep '_test.exs' | xargs mix test end + +~/.local/bin/mise activate fish | source diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 9b26fef..14cf127 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,6 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3800 SETUVAR fish_color_autosuggestion:969896 SETUVAR fish_color_cancel:\x2d\x2dreverse SETUVAR fish_color_command:b294bb @@ -21,7 +21,7 @@ SETUVAR fish_color_option:\x1d SETUVAR fish_color_param:81a2be SETUVAR fish_color_quote:b5bd68 SETUVAR fish_color_redirection:8abeb7 -SETUVAR fish_color_search_match:bryellow\x1e\x2d\x2dbackground\x3dbrblack +SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_selection:white\x1e\x2d\x2dbold\x1e\x2d\x2dbackground\x3dbrblack SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 725dcbe..3b024f8 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -14,8 +14,8 @@ remember_window_size yes allow_remote_control yes listen_on unix:@mykitty -#include theme.conf -include rose_pine.conf +include theme.conf +#include rose_pine.conf include keymap.conf shell_integration enabled diff --git a/.config/nvim/after/plugin/lsp.lua b/.config/nvim/after/plugin/lsp.lua index 4093af8..50612e7 100644 --- a/.config/nvim/after/plugin/lsp.lua +++ b/.config/nvim/after/plugin/lsp.lua @@ -122,3 +122,4 @@ vim.lsp.enable 'gopls' vim.lsp.enable 'expert' vim.lsp.enable 'ruff' vim.lsp.enable 'pyright' +vim.lsp.enable 'gleam' diff --git a/.tool-versions b/.tool-versions index be9a9d4..5d0a85c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -2,7 +2,7 @@ elixir 1.18.2-otp-27 golang 1.24.0 erlang 27.2.3 python 3.13.2 -neovim 0.10.4 -java openjdk-19 +neovim 0.11.3 +java openjdk-19 awscli 2.24.7 nodejs 18.20.4