all repos — nixfiles @ d3779759662e190b9ce7ccbd4620b956984e2b07

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

TabNine: move basic editor setup to tabnine module

Alan Pearce
commit

d3779759662e190b9ce7ccbd4620b956984e2b07

parent

83ff6d74036e287497bf987f336ca800b101ed0b

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -7,7 +7,7 @@ home.packages = with pkgs; [
tabnine ]; programs.tabnine = { - enable = true; + enable = pkgs.lib.mkDefault true; config = { version = pkgs.tabnine.version;
@@ -84,9 +84,5 @@ "-gocodecompletion"
]; }; }; - }; - - programs.neovim.coc.settings = { - "tabnine.binary_path" = "${pkgs.tabnine}/bin/TabNine"; }; }