feat(nvim): configure gopls (but don't install it) #522
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue