Skip to content

Commit 7a30ff8

Browse files
committed
deps: switch from asdf to mise-en-place
1 parent 48931e0 commit 7a30ff8

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.chezmoiscripts/run_once_after_10-install-homebrew-deps.sh.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@ set -eufo pipefail
2020
-}}
2121

2222
{{ $brews := list
23-
"asdf"
2423
"bat"
2524
"ccls"
26-
"exa"
25+
"eza"
2726
"fd"
2827
"fzf"
2928
"fzy"
@@ -33,6 +32,7 @@ set -eufo pipefail
3332
"gnu-sed"
3433
"jq"
3534
"lazygit"
35+
"mise"
3636
"ripgrep"
3737
"starship"
3838
"stylua"

dot_config/nvim/lua/atta/plugins/lsp/init.lua

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ local server_configs = {
3333
},
3434
},
3535
},
36-
tsserver = {},
36+
ts_ls = {},
3737
gopls = {
3838
settings = {
3939
gopls = {
@@ -144,12 +144,12 @@ function M.config()
144144
require("conform").setup({
145145
formatters_by_ft = {
146146
go = { "goimports", "gofmt" },
147-
javascript = { "prettier_d" },
148-
javascriptreact = { "prettier_d" },
147+
javascript = { "prettierd" },
148+
javascriptreact = { "prettierd" },
149149
lua = { "stylua" },
150150
rust = { "rustfmt" },
151-
typescript = { "prettier_d" },
152-
typescriptreact = { "prettier_d" },
151+
typescript = { "prettierd" },
152+
typescriptreact = { "prettierd" },
153153
},
154154
})
155155

dot_config/private_zsh/config/asdf.zsh

Lines changed: 0 additions & 4 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
if which mise > /dev/null; then eval "$(mise activate zsh)"; fi

0 commit comments

Comments
 (0)