Compare commits

...

2 Commits

Author SHA1 Message Date
sudo pacman -Syu 71e9ec6854 config(nvim): enable gopls hint constantValues 2024-07-17 20:10:48 +07:00
sudo pacman -Syu 1fd730e3d0 chore: pin moar 2024-07-16 19:14:36 +07:00
3 changed files with 3 additions and 1 deletions

View File

@ -561,6 +561,7 @@ require("lazy").setup({
settings = {
gopls = {
hints = {
constantValues = true,
parameterNames = true,
},
},

View File

@ -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

View File

@ -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