config updated with new pluggins added

This commit is contained in:
Peter 2024-11-20 16:12:52 -05:00
parent d814b2e2a4
commit afea8a3618
39 changed files with 1354 additions and 25 deletions

35
notes/markdown.nvim.md Normal file
View file

@ -0,0 +1,35 @@
# 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
```