chore: ts lang server and prettier as mise managed deps

This commit is contained in:
Vasili Svirydau
2026-05-13 15:00:18 -07:00
parent 883385cda2
commit 85482e8c7b
2 changed files with 15 additions and 1 deletions
+3 -1
View File
@@ -8,6 +8,8 @@ neovim = "nightly"
node = "21"
rg = "latest"
starship = "latest"
"npm:prettier" = "latest"
"npm:typescript-language-server" = "latest"
[env]
RIPGREP_CONFIG_PATH = "~/.ripgreprc"
RIPGREP_CONFIG_PATH = "{{ env.HOME }}/.ripgreprc"