Skip to content

Commit 085c105

Browse files
feat: carapaceを追加
1 parent f90ac8c commit 085c105

File tree

6 files changed

+315
-11
lines changed

6 files changed

+315
-11
lines changed

.bashrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [[ $(type -t LANG_SETUP_LOADED) != function ]]; then
3636

3737
eval "$($envcache pnpm completion bash)"
3838
eval "$($envcache npm completion)"
39-
# eval "$(envcache nr --completion)"
39+
eval "$(envcache nr --completion)"
4040
# setxkbmap -model jp109 -layout jp
4141

4242
alias py='python3'

.gitignore_global

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ web-ext-artifacts
2828
.vs
2929
.serena
3030
mise.local.toml
31+
.junie

mise/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ cargo-binstall = "latest"
2525
fd = "latest"
2626
"cargo:nushell/nufmt" = "latest"
2727
"gem:ruby-lsp" = "latest"
28+
"npm:kill-port" = "latest"
29+
"npm:@jetbrains/junie-cli" = "latest"
30+
"github:skanehira/version-lsp" = "latest"
31+
"npm:@google/gemini-cli" = "latest"
32+
"github:carapace-sh/carapace-bin" = "latest"

0 commit comments

Comments
 (0)