config updated with new pluggins added
This commit is contained in:
parent
d814b2e2a4
commit
afea8a3618
39 changed files with 1354 additions and 25 deletions
35
notes/markdown.nvim.md
Normal file
35
notes/markdown.nvim.md
Normal 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
|
||||
```
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue