feat: neovim - scheme lang

This commit is contained in:
Ryan Yin
2024-01-02 14:43:40 +08:00
parent bfb970a6d7
commit 4a76601970
5 changed files with 103 additions and 74 deletions
+7
View File
@@ -154,3 +154,10 @@ fmt:
# format the nix files in this repo
nix fmt
test-nvim:
use utils.nu *; \
make-editable $"($env.HOME)/.config/astronvim/lua"
test-nvim-clean:
rm -rf $"($env.HOME)/.config/astronvim/lua"