summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/tabnine.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix
index 307b5387..612303a4 100644
--- a/user/settings/tabnine.nix
+++ b/user/settings/tabnine.nix
@@ -91,11 +91,9 @@
         args = [ "--stdio" ];
       };
       "language.go" = {
-        command = "go-langserver";
+        command = "gopls";
         args = [
-          "-mode"
-          "stdio"
-          "-gocodecompletion"
+          "server"
         ];
       };
     };