From d3779759662e190b9ce7ccbd4620b956984e2b07 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 17 Apr 2023 09:23:15 +0200 Subject: TabNine: move basic editor setup to tabnine module --- user/settings/tabnine.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'user/settings/tabnine.nix') diff --git a/user/settings/tabnine.nix b/user/settings/tabnine.nix index 4b812cb6..103db849 100644 --- a/user/settings/tabnine.nix +++ b/user/settings/tabnine.nix @@ -7,7 +7,7 @@ tabnine ]; programs.tabnine = { - enable = true; + enable = pkgs.lib.mkDefault true; config = { version = pkgs.tabnine.version; @@ -85,8 +85,4 @@ }; }; }; - - programs.neovim.coc.settings = { - "tabnine.binary_path" = "${pkgs.tabnine}/bin/TabNine"; - }; } -- cgit 1.4.1