all repos — nixfiles @ 69e4038f3cdb4275ea9e5cd23582ee60e8d0737f

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

tabnine: use gopls as go language server

Alan Pearce
commit

69e4038f3cdb4275ea9e5cd23582ee60e8d0737f

parent

600135e758d1fd02f71212c7992dadcf05c39d3f

1 file changed, 2 insertions(+), 4 deletions(-)

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -91,11 +91,9 @@ command = "hie";
args = [ "--stdio" ]; }; "language.go" = { - command = "go-langserver"; + command = "gopls"; args = [ - "-mode" - "stdio" - "-gocodecompletion" + "server" ]; }; };