all repos — nixfiles @ 69e4038f3cdb4275ea9e5cd23582ee60e8d0737f

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

tabnine: use gopls as go language server
Alan Pearce alan@alanpearce.eu
Sun, 28 Apr 2024 19:52:16 +0200
commit

69e4038f3cdb4275ea9e5cd23582ee60e8d0737f

parent

600135e758d1fd02f71212c7992dadcf05c39d3f

1 files 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"
         ];
       };
     };