Compare commits
2 Commits
2ce27393df
...
71e9ec6854
Author | SHA1 | Date |
---|---|---|
sudo pacman -Syu | 71e9ec6854 | |
sudo pacman -Syu | 1fd730e3d0 |
|
@ -561,6 +561,7 @@ require("lazy").setup({
|
|||
settings = {
|
||||
gopls = {
|
||||
hints = {
|
||||
constantValues = true,
|
||||
parameterNames = true,
|
||||
},
|
||||
},
|
||||
|
|
|
@ -6,6 +6,6 @@ brew install \
|
|||
fdupes rsync rclone restic wcurl \
|
||||
yt-dlp newsboat vips \
|
||||
btop \
|
||||
clang-format marksman moar asciidoctor ollama gitleaks \
|
||||
clang-format marksman asciidoctor ollama gitleaks \
|
||||
qmk \
|
||||
mysql-client
|
||||
|
|
|
@ -9,6 +9,7 @@ go install golang.org/x/tools/cmd/goimports@latest
|
|||
|
||||
go install github.com/mikefarah/yq/v4@latest
|
||||
go install github.com/itchyny/gojq/cmd/gojq@latest
|
||||
go install github.com/walles/moar@v1.25.1
|
||||
go install github.com/antonmedv/fx@latest
|
||||
|
||||
go install golang.org/x/telemetry/cmd/gotelemetry@latest
|
||||
|
|
Loading…
Reference in New Issue