Install go
This commit is contained in:
parent
1597e35b94
commit
3c8ffa9c28
2 changed files with 5 additions and 0 deletions
|
@ -8,4 +8,8 @@
|
|||
};
|
||||
gtk.theme.name = "arc-dark";
|
||||
gtk.theme.package = pkgs.arc-theme;
|
||||
programs.go = {
|
||||
enable = true;
|
||||
goPath = ".local/go";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,6 +33,7 @@
|
|||
}
|
||||
vim-sleuth
|
||||
coc-json
|
||||
coc-go
|
||||
coc-html
|
||||
coc-tsserver
|
||||
coc-clangd
|
||||
|
|
Loading…
Reference in a new issue