This is a LaTeX language server that uses LanguageTool to autocorrect spelling mistakes.
Go to file
2024-02-29 15:39:13 +00:00
.gitignore Inital work on the lsp 2023-12-25 22:44:16 +00:00
bun.lockb Inital work on the lsp 2023-12-25 22:44:16 +00:00
index.ts chore: more work on the lsp 2024-02-29 15:39:13 +00:00
languagetool.ts chore: more work on the lsp 2024-02-29 15:39:13 +00:00
lsp_run.ts chore: more work on the lsp 2024-02-29 15:39:13 +00:00
lsp.ts chore: more work on the lsp 2024-02-29 15:39:13 +00:00
package.json Inital work on the lsp 2023-12-25 22:44:16 +00:00
parser.ts chore: more work on the lsp 2024-02-29 15:39:13 +00:00
README.md Inital work on the lsp 2023-12-25 22:44:16 +00:00
tsconfig.json Inital work on the lsp 2023-12-25 22:44:16 +00:00

latex-lsp

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.0.20. Bun is a fast all-in-one JavaScript runtime.