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" node = "21"
rg = "latest" rg = "latest"
starship = "latest" starship = "latest"
"npm:prettier" = "latest"
"npm:typescript-language-server" = "latest"
[env] [env]
RIPGREP_CONFIG_PATH = "~/.ripgreprc" RIPGREP_CONFIG_PATH = "{{ env.HOME }}/.ripgreprc"
+12
View File
@@ -24,6 +24,18 @@
"rev": "e54f5bf5f12c560da31c17eee5b3e1bd369f3ff9", "rev": "e54f5bf5f12c560da31c17eee5b3e1bd369f3ff9",
"src": "https://github.com/mason-org/mason.nvim" "src": "https://github.com/mason-org/mason.nvim"
}, },
"mini.extra": {
"rev": "cf027da13fd217cfe3af6ef978d0e947c7ee0f7a",
"src": "https://github.com/nvim-mini/mini.extra"
},
"mini.icons": {
"rev": "9c7b1b90b15bdd69c52f6e31889dbc9987c30ec4",
"src": "https://github.com/nvim-mini/mini.icons"
},
"mini.pick": {
"rev": "975e398570dd15696575c5374f94e78fd29a7a69",
"src": "https://github.com/nvim-mini/mini.pick"
},
"neoformat": { "neoformat": {
"rev": "9d95e5ca3ab263363758d5b1d7a174a30556ab2d", "rev": "9d95e5ca3ab263363758d5b1d7a174a30556ab2d",
"src": "https://github.com/sbdchd/neoformat" "src": "https://github.com/sbdchd/neoformat"