feat(nvim): configure gopls (but don't install it) #522

Merged
jalil merged 1 commit from push-nxqxutxwsors into main 2025-06-02 23:07:00 +02:00

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;
};
};