1
0
Fork 0
dotfiles/.local/bin/lvim
Luca Bilke 25d21bdb8a rebase
2022-07-04 21:36:33 +02:00

7 lines
313 B
Bash
Executable file

#!/bin/sh
export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"/home/luca/.local/share/lunarvim"}"
export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-"/home/luca/.config/lvim"}"
export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-"/home/luca/.cache/lvim"}"
exec nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua" "$@"