LSP working for TeX

This commit is contained in:
Radon Rosborough 2020-07-09 12:51:50 -06:00
parent c93aa1d8c5
commit 240dead914
3 changed files with 7 additions and 0 deletions

View File

@ -1061,6 +1061,8 @@ END
repl: "tex",
main: "main.tex",
run: "tex main.tex",
lsp: "digestif",
lspLang: "tex",
template: `\\message{Hello, world!}
`,
},

View File

@ -38,6 +38,8 @@ tcl
tcsh
# TeX
liblua5.3-dev
luarocks
texlive-binaries
# Unlambda

View File

@ -67,6 +67,9 @@ rustup component add rls rust-analysis rust-src
# Shakespeare
pip3 install shakespearelang
# TeX
luarocks install digestif
# TypeScript
npm install -g ts-node typescript