This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-12-15 14:22:31 +01:00
parent 9a4e3d7a78
commit fdce6c3d57
3 changed files with 17 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
# nixfmt-classic # nix formater
# nil # nix language server
# nixd # specified in nixd.nix
gopls
python311Packages.python-lsp-server
ruff
ruff-lsp
@@ -122,6 +123,13 @@
}];
};
}
{
name = "go";
language-servers = [ "gopls" "llm" ];
# formatter = {
# command = "gofmt";
# };
}
];
language-server = {
"nixd" = {