1
0
Fork 0

switch to nvim

This commit is contained in:
Luca Bilke 2022-10-04 19:03:31 +02:00
parent b309e0cf6c
commit c68a38850b

View file

@ -1,7 +0,0 @@
#!/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" "$@"