docs: testing for emacs & neovim

This commit is contained in:
Ryan Yin
2024-01-07 12:50:20 +08:00
parent cba58c7478
commit b492ffa227
2 changed files with 26 additions and 0 deletions
@@ -28,6 +28,18 @@ Remove all unused plugins:
:Lazy clean
```
## Testing
> via `Justfile` located at the root of this repo.
```bash
# testing
just nvim-test
# clear test data
just nvim-clear
```
## Screenshots
![](/_img/astronvim_2023-07-13_00-39.webp)