LSP working for TeX
This commit is contained in:
parent
c93aa1d8c5
commit
240dead914
|
@ -1061,6 +1061,8 @@ END
|
|||
repl: "tex",
|
||||
main: "main.tex",
|
||||
run: "tex main.tex",
|
||||
lsp: "digestif",
|
||||
lspLang: "tex",
|
||||
template: `\\message{Hello, world!}
|
||||
`,
|
||||
},
|
||||
|
|
|
@ -38,6 +38,8 @@ tcl
|
|||
tcsh
|
||||
|
||||
# TeX
|
||||
liblua5.3-dev
|
||||
luarocks
|
||||
texlive-binaries
|
||||
|
||||
# Unlambda
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue