Add TabNine configuration
Alan Pearce alan@alanpearce.eu
Thu, 04 Jul 2019 16:58:35 +0200
2 files changed, 10 insertions(+), 0 deletions(-)
A tabnine/home/alan/.config/TabNine/TabNine.toml
@@ -0,0 +1,9 @@+[language.javascript] +command = "javascript-typescript-stdio" +args = [] +install = [["nix-env", "-iA", "nixos-unstable.nodePackages_10_x.javascript-typescript-langserver"]] + +[language.typescript] +command = "typescript-language-server" +args = ["--stdio"] +install = [["nix-env", "-iA", "nixos-unstable.nodePackages_10_x.typescript-language-server"]]
A tabnine/home/alan/.config/TabNine/tabnine_config.json
@@ -0,0 +1,1 @@+{"version":"1.0.14","hide_promotional_message":true,"beta_enabled":"No","ignore_all_lsp":false,"semantic_status":{"typescript":"Enabled","javascript":"Enabled"},"disable_auto_update":true}