Simple html editor using grapeJS

Test bed to test neovim distros
This commit is contained in:
2023-03-16 16:41:37 +05:30
parent 9b816966a2
commit 2e6e0a997d
7 changed files with 61 additions and 1 deletions
@@ -0,0 +1,2 @@
./lvim.sh
./nvim-distro.sh
+1 -1
View File
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
THIS_DIR=$(dirname $(readlink -f $0))
env PKG=lunarvim alacritty -e "$THIS_DIR/nvim.sh" "$@" &
env PKG=lunarvim alacritty -e "$THIS_DIR/nvim-distro.sh" "$@" &