feat(nvim): configure gopls (but don't install it)
All checks were successful
/ check-fmt (push) Successful in 3s
/ build-package (audiomenu) (push) Successful in 1s
/ build-package (docs) (push) Successful in 1s
/ build-package (docs-home-markdown) (push) Successful in 1s
/ build-package (docs-nixos-markdown) (push) Successful in 1s
/ build-package (docs-nvim-markdown) (push) Successful in 1s
/ build-package (jpassmenu) (push) Successful in 1s
/ build-package (nvim) (push) Successful in 1s
/ build-package (nvim-headless) (push) Successful in 1s
/ build-package (nvim-no-lsps) (push) Successful in 1s
/ build-package (nvim-no-ts) (push) Successful in 1s
/ build-package (nvim-small) (push) Successful in 1s
/ build-package (search) (push) Successful in 1s
/ check-nvim (nvim) (push) Successful in 5s
/ check-nvim (nvim-headless) (push) Successful in 2s
/ check-nvim (nvim-no-lsps) (push) Successful in 4s
/ check-nvim (nvim-no-ts) (push) Successful in 5s
/ check-nvim (nvim-small) (push) Successful in 6s
/ build-vm (push) Successful in 2s
/ build-hm (push) Successful in 14s
/ report-size (push) Successful in 4s

This allows me to work on Go projects (mainly Forgejo).
This commit is contained in:
Jalil David Salamé Messina 2025-06-02 22:59:11 +02:00
parent d4afb26bd1
commit 49bf387f96
Signed by: jalil
GPG key ID: F016B9E770737A0B

View file

@ -13,6 +13,7 @@ let
"basedpyright"
"bashls"
"clangd"
"gopls"
# "html" # Not writing html
"jsonls"
"marksman"
@ -56,6 +57,7 @@ in
# Configure the LSPs, but don't install the packages.
# If you need to use them, add them to your project's devShell
clangd = noPackage;
gopls = noPackage;
zls = noPackage;
};
};