enables gopls
This commit is contained in:
parent
d672edd3aa
commit
cd826bdc04
1 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,11 @@
|
|||
package = pkgs.nil;
|
||||
packageFallback = true;
|
||||
};
|
||||
gopls = {
|
||||
enable = true;
|
||||
package = pkgs.gopls;
|
||||
packageFallback = true;
|
||||
};
|
||||
ts_ls = {
|
||||
enable = true;
|
||||
package = pkgs.typescript-language-server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue