diff --git a/dot_config/mise/config.toml b/dot_config/mise/config.toml index bd83e51..6e790f7 100644 --- a/dot_config/mise/config.toml +++ b/dot_config/mise/config.toml @@ -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" diff --git a/dot_config/nvim/nvim-pack-lock.json b/dot_config/nvim/nvim-pack-lock.json index e9d5e5a..460e9c9 100644 --- a/dot_config/nvim/nvim-pack-lock.json +++ b/dot_config/nvim/nvim-pack-lock.json @@ -24,6 +24,18 @@ "rev": "e54f5bf5f12c560da31c17eee5b3e1bd369f3ff9", "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": { "rev": "9d95e5ca3ab263363758d5b1d7a174a30556ab2d", "src": "https://github.com/sbdchd/neoformat"