Skip to content

Instantly share code, notes, and snippets.

@txtyash
Created July 20, 2022 10:10
Show Gist options
  • Select an option

  • Save txtyash/20f2c86f3fbc25431385a23a71403695 to your computer and use it in GitHub Desktop.

Select an option

Save txtyash/20f2c86f3fbc25431385a23a71403695 to your computer and use it in GitHub Desktop.
Lunarvim gui frontend using Neovide
#!/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