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

Add PureScript LSP config

Closes #55
This commit is contained in:
Jacob Jackson 2019-05-13 17:58:18 -05:00
parent 53d306d992
commit 849fb09abf

View File

@ -60,3 +60,8 @@ install = [["npm", "install", "-g", "vscode-css-languageserver-bin"]]
command = "css-languageserver"
args = ["--stdio"]
install = [["npm", "install", "-g", "vscode-css-languageserver-bin"]]
[language.purescript]
command = "purescript-language-server"
args = ["--stdio"]
install = [["npm", "install", "-g", "purescript-language-server"]]