1
1
mirror of https://github.com/codota/TabNine.git synced 2024-08-16 21:40:23 +03:00

Add Shougo's TypeScript configuration (closes #28)

This commit is contained in:
Jacob Jackson 2018-12-04 21:12:49 -08:00
parent 5090b7c86a
commit 193c282e02

View File

@ -10,6 +10,11 @@ command = "flow"
args = ["lsp"]
install = [["npm", "install", "-g", "flow-bin"]]
[language.typescript]
command = "typescript-language-server"
args = ["--stdio"]
install = [["npm", "install", "-g", "typescript-language-server"]]
[language.html]
command = "html-languageserver"
args = ["--stdio"]