Compare commits
2 commits
235883201d
...
b3ee09f0dc
Author | SHA1 | Date | |
---|---|---|---|
b3ee09f0dc | |||
2c32146153 |
4 changed files with 11 additions and 2 deletions
|
@ -58,7 +58,7 @@ check_paths=(
|
||||||
$HOME/bin
|
$HOME/bin
|
||||||
|
|
||||||
# go
|
# go
|
||||||
/usr/local/go/bin
|
$HOME/go/bin
|
||||||
|
|
||||||
# pixi
|
# pixi
|
||||||
$HOME/.pixi/bin
|
$HOME/.pixi/bin
|
||||||
|
|
|
@ -42,3 +42,11 @@ formatter = { command = "roc", args =[ "format", "--stdin", "--stdout"]}
|
||||||
|
|
||||||
name = "roc"
|
name = "roc"
|
||||||
source = { git = "https://github.com/faldor20/tree-sitter-roc.git", rev = "ef46edd0c03ea30a22f7e92bc68628fb7231dc8a" }
|
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" ]
|
||||||
|
|
|
@ -30,7 +30,7 @@ diff-args = [
|
||||||
]
|
]
|
||||||
|
|
||||||
[[--scope]]
|
[[--scope]]
|
||||||
--when.repositories = ["~/Klaviyo"]
|
--when.repositories = ["~/Klaviyo", "~/.klaviyocli"]
|
||||||
[--scope.user]
|
[--scope.user]
|
||||||
email = {{ .email_work | quote }}
|
email = {{ .email_work | quote }}
|
||||||
[--scope.git]
|
[--scope.git]
|
||||||
|
|
|
@ -16,6 +16,7 @@ brew install \
|
||||||
git \
|
git \
|
||||||
git-delta \
|
git-delta \
|
||||||
glow \
|
glow \
|
||||||
|
go \
|
||||||
helix \
|
helix \
|
||||||
jj \
|
jj \
|
||||||
kitty \
|
kitty \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue