home: go: add more tools
This commit is contained in:
parent
8e0cd38d5a
commit
671a81a366
1 changed files with 5 additions and 3 deletions
|
@ -4,9 +4,11 @@
|
|||
...
|
||||
}: {
|
||||
programs.go.enable = true;
|
||||
|
||||
### LSP
|
||||
home.packages = with pkgs; [gopls];
|
||||
home.packages = with pkgs; [
|
||||
gopls # lsp
|
||||
delve # debugger
|
||||
go-tools # linter and static analysis
|
||||
];
|
||||
### VSCode
|
||||
programs.vscode.extensions = with pkgs.vscode-extensions; [golang.go];
|
||||
|
||||
|
|
Loading…
Reference in a new issue