summaryrefslogtreecommitdiff
path: root/utils/bin/lvim
AgeCommit message (Collapse)Author
2022-01-03refactor: use a static lvim binary template (#1444)kylo252
2021-09-13refactor(ci): better path handling (#1531)kylo252
2021-08-23[Refactor] Installer v2 with support for backup (#1052)kylo252
2021-08-20fix: set runtime directories correctly (#1354)kylo252
* fix: set runtime directories correctly This also simplifies the way to invoke LunarVim to just be: `nvim -u "$LUNARVIM_RUNTIME_DIR/lvim/init.lua"` Fixes #1352 * use libuv to get homedir path
2021-08-01Add exec to lvim binary (#1203)Andrey Volkov
2021-07-19Decoupling config from nvim (#1038)Christian Chiarulli