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
Showing only changes of commit 49bf387f96 - Show all commits

View file

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