summary refs log tree commit diff stats
path: root/tabnine/.config/TabNine/TabNine.toml
blob: acdbf332a7923c58cb0730dbf2eebb92cd3186b4 (plain)
1
2
3
4
5
6
7
8
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"]]