all repos — nixfiles @ 1f5a6f18fa58bfd7e4251b560ce07887177100ae

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

Update TabNine config

Alan Pearce
commit

1f5a6f18fa58bfd7e4251b560ce07887177100ae

parent

c409d76a387cf6238a75782ce42c7bed5b8e4b17

1 file changed, 5 insertions(+), 1 deletion(-)

jump to
M user/settings/tabnine.nixuser/settings/tabnine.nix
@@ -37,9 +37,13 @@ api_key = null;
api_key_service_level = null; api_base_url = null; local_enabled = "Yes"; - disable_local_when_using_battery = true; + local_indexing = null; + local_model_size = null; + disable_local_when_using_battery = false; hide_deep_information_message = false; enable_power_saving_mode = false; + enable_telemetry = false; + generation = "0"; rate_limit_interval_seconds = null; rate_limit_amount = null; };