Stefan Maaßen
Results
1
comments of
Stefan Maaßen
Hi! I found a little workaround for starting Lunarvim with fvim: - add the environment variables for Lunarvim to your ~/.bashrc: > export LUNARVIM_RUNTIME_DIR="${LUNARVIM_RUNTIME_DIR:-"/home/user/.local/share/lunarvim"}" > export LUNARVIM_CONFIG_DIR="${LUNARVIM_CONFIG_DIR:-"/home/user/.config/lvim"}" > export LUNARVIM_CACHE_DIR="${LUNARVIM_CACHE_DIR:-"/home/user/.cache/lvim"}"...