summaryrefslogtreecommitdiff
path: root/utils/bin/lvim
blob: c55ddda7e1e8a7f895a59658b13fa98ce369e13a (plain)
1
2
3
4
5
#!/bin/sh

LUNARVIM_RUNTIME_DIR=${LUNARVIM_RUNTIME_DIR:-"$HOME/.local/share/lunarvim"}

exec nvim -u "$LUNARVIM_RUNTIME_DIR"/lvim/init.lua "$@"