LSP working for TeX
This commit is contained in:
parent
c93aa1d8c5
commit
240dead914
|
@ -1061,6 +1061,8 @@ END
|
||||||
repl: "tex",
|
repl: "tex",
|
||||||
main: "main.tex",
|
main: "main.tex",
|
||||||
run: "tex main.tex",
|
run: "tex main.tex",
|
||||||
|
lsp: "digestif",
|
||||||
|
lspLang: "tex",
|
||||||
template: `\\message{Hello, world!}
|
template: `\\message{Hello, world!}
|
||||||
`,
|
`,
|
||||||
},
|
},
|
||||||
|
|
|
@ -38,6 +38,8 @@ tcl
|
||||||
tcsh
|
tcsh
|
||||||
|
|
||||||
# TeX
|
# TeX
|
||||||
|
liblua5.3-dev
|
||||||
|
luarocks
|
||||||
texlive-binaries
|
texlive-binaries
|
||||||
|
|
||||||
# Unlambda
|
# Unlambda
|
||||||
|
|
|
@ -67,6 +67,9 @@ rustup component add rls rust-analysis rust-src
|
||||||
# Shakespeare
|
# Shakespeare
|
||||||
pip3 install shakespearelang
|
pip3 install shakespearelang
|
||||||
|
|
||||||
|
# TeX
|
||||||
|
luarocks install digestif
|
||||||
|
|
||||||
# TypeScript
|
# TypeScript
|
||||||
npm install -g ts-node typescript
|
npm install -g ts-node typescript
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue