From b492ffa2277176733f95e4b97c4820a70fe24533 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 7 Jan 2024 12:50:20 +0800 Subject: [PATCH] docs: testing for emacs & neovim --- home/base/desktop/editors/emacs/README.md | 14 ++++++++++++++ home/base/desktop/editors/neovim/README.md | 12 ++++++++++++ 2 files changed, 26 insertions(+) diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index de039ae1..0082e669 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -23,6 +23,20 @@ doom sync when in doubt, run `doom sync`! +## Testing + +> via `Justfile` located at the root of this repo. + +```bash +# testing +just emacs-test +jsut emacs-purge +just emacs-reload + +# clear test data +just emacs-clear +``` + ## Notes 1. we can run any emacs command via `M-x`(Alt + x). diff --git a/home/base/desktop/editors/neovim/README.md b/home/base/desktop/editors/neovim/README.md index c56dd9db..e6393958 100644 --- a/home/base/desktop/editors/neovim/README.md +++ b/home/base/desktop/editors/neovim/README.md @@ -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)