Compare commits

...

2 commits

4 changed files with 11 additions and 2 deletions

View file

@ -58,7 +58,7 @@ check_paths=(
$HOME/bin
# go
/usr/local/go/bin
$HOME/go/bin
# pixi
$HOME/.pixi/bin

View file

@ -42,3 +42,11 @@ formatter = { command = "roc", args =[ "format", "--stdin", "--stdout"]}
name = "roc"
source = { git = "https://github.com/faldor20/tree-sitter-roc.git", rev = "ef46edd0c03ea30a22f7e92bc68628fb7231dc8a" }
[[language]]
name = "go"
roots = ["go.work", "go.mod"]
auto-format = true
formatter = ["gofmt"]
comment-token = "//"
language-servers = [ "gopls" ]

View file

@ -30,7 +30,7 @@ diff-args = [
]
[[--scope]]
--when.repositories = ["~/Klaviyo"]
--when.repositories = ["~/Klaviyo", "~/.klaviyocli"]
[--scope.user]
email = {{ .email_work | quote }}
[--scope.git]

View file

@ -16,6 +16,7 @@ brew install \
git \
git-delta \
glow \
go \
helix \
jj \
kitty \