Files
dotFiles/home/.local/Apps/neovim-distros/lvim.sh
T
harish2704 2e6e0a997d Simple html editor using grapeJS
Test bed to test neovim distros
2023-03-16 16:41:37 +05:30

5 lines
123 B
Bash
Executable File

#!/usr/bin/env bash
THIS_DIR=$(dirname $(readlink -f $0))
env PKG=lunarvim alacritty -e "$THIS_DIR/nvim-distro.sh" "$@" &