LSP working for Elm

This commit is contained in:
Radon Rosborough 2020-07-08 19:01:08 -06:00
parent 8b8c199c34
commit d112226aa7
2 changed files with 3 additions and 0 deletions

View File

@ -331,6 +331,8 @@ void main() {
repl: "elm repl", repl: "elm repl",
main: "Main.elm", main: "Main.elm",
run: "cp /opt/elm/elm.json elm.json && run-elm Main.elm; elm repl", run: "cp /opt/elm/elm.json elm.json && run-elm Main.elm; elm repl",
lsp: "elm-language-server --stdio",
lspSetup: "cp /opt/elm/elm.json elm.json",
template: `module Main exposing (..) template: `module Main exposing (..)
output : String output : String

View File

@ -41,6 +41,7 @@ npm install -g coffeescript
# Elm # Elm
npm install -g @kachkaev/run-elm npm install -g @kachkaev/run-elm
npm install -g @elm-tooling/elm-language-server
# FORTRAN # FORTRAN
pip3 install fortran-language-server pip3 install fortran-language-server