notes removed, new language servers added through Mason

This commit is contained in:
Peter 2024-11-20 16:43:27 -05:00
parent afea8a3618
commit 4305aeb3d6
1 changed files with 0 additions and 35 deletions

View File

@ -1,35 +0,0 @@
# New Markdown editor for NVIM
**Bold**
*italic*
- list
[https://nextlook.ai]
| one | two | three |
| --- | --- | --- |
| 1 | 2 | 3 |
- Bullets
- nested
- nested bullets
1. numbers list
2. two
- [ ] task list
- [x] task 1
## H2 header
>danger
```typescript
import react from React
// this is a react code snippet
```