Created
July 20, 2022 10:10
-
-
Save txtyash/20f2c86f3fbc25431385a23a71403695 to your computer and use it in GitHub Desktop.
Lunarvim gui frontend using Neovide
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/sh | |
| # ~/.local/bin/lvim-gui | |
| export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}" | |
| export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-"$HOME/.config/lvim"}" | |
| export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-"$HOME/.cache/lvim"}" | |
| exec neovide -- -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment