all repos — nixfiles @ fbcbee20593a8b899225e7de36999ac9186a8b32

System and user configuration, managed by nix and home-manager

Configure golang dev environment

Alan Pearce
commit

fbcbee20593a8b899225e7de36999ac9186a8b32

parent

2413e42de9e82a752c9e7e75e07e9e036a697b10

1 file changed, 7 insertions(+), 0 deletions(-)

changed files
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -75,6 +75,13 @@ "language.haskell" = {
command = "hie"; args = [ "--stdio" ]; }; + "language.go" = { + command = "go-langserver"; + args = [ + "-mode" "stdio" + "-gocodecompletion" + ]; + }; }; };