Migrate from tsserver to ts_ls

This commit is contained in:
2024-12-27 14:13:34 +01:00
parent 20c17d700b
commit a247d72421
3 changed files with 5 additions and 1 deletions

View File

@@ -6,6 +6,10 @@ A template for getting started with [AstroNvim](https://github.com/AstroNvim/Ast
## System dependencies
- `lazygit` for lazygit integration
- `typescript-language-server` and `typescript` installed globally from npm
```bash
npm install -g typescript-language-server typescript
```
## 🛠️ Installation