Inital work on the lsp

This commit is contained in:
2023-12-25 22:44:16 +00:00
commit 57682ed72b
9 changed files with 947 additions and 0 deletions

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# latex-lsp
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run index.ts
```
This project was created using `bun init` in bun v1.0.20. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.