Compare commits
No commits in common. "b3ee09f0dc6e17471c8371aa07ae64f258d72e04" and "235883201d1d103d62317428de5fb1462b8f2083" have entirely different histories.
b3ee09f0dc
...
235883201d
4 changed files with 2 additions and 11 deletions
|
@ -58,7 +58,7 @@ check_paths=(
|
|||
$HOME/bin
|
||||
|
||||
# go
|
||||
$HOME/go/bin
|
||||
/usr/local/go/bin
|
||||
|
||||
# pixi
|
||||
$HOME/.pixi/bin
|
||||
|
|
|
@ -42,11 +42,3 @@ 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" ]
|
||||
|
|
|
@ -30,7 +30,7 @@ diff-args = [
|
|||
]
|
||||
|
||||
[[--scope]]
|
||||
--when.repositories = ["~/Klaviyo", "~/.klaviyocli"]
|
||||
--when.repositories = ["~/Klaviyo"]
|
||||
[--scope.user]
|
||||
email = {{ .email_work | quote }}
|
||||
[--scope.git]
|
||||
|
|
|
@ -16,7 +16,6 @@ brew install \
|
|||
git \
|
||||
git-delta \
|
||||
glow \
|
||||
go \
|
||||
helix \
|
||||
jj \
|
||||
kitty \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue