summaryrefslogtreecommitdiff
path: root/lua/bootstrap.lua
AgeCommit message (Collapse)Author
2021-09-17fix(dashboard): hide version when no tag found (#1572)chaesngmin
2021-09-17[Feature] Add lunarvim latest release tag to dashboard (#1436)chaesngmin
* feat: add lunarvim latest release tag to dashboard * Add a function to center-align text Rename align to align_left Rename shift_left to shift_right * refactor(dashboard): remove unnecessary comment * refactor(dashboard): use `home_dir` variable for `lv_path` * refactor(dashboard): use $LUNARVIM_RUNTIME_DIR for lv_path * feat(bootstrap): add fn that returns lvim version * refactor(dashboard): use version, lunarvim dir with bootstrap fns * build: add global get_version() from bootstrap Co-authored-by: Luc Sinet <[email protected]>
2021-09-16fix: more robust reloading (#1556)kylo252
2021-09-13fix: use correct install path for packer (#1540)kylo252
2021-09-13refactor: use more flexible paths (#1381)kylo252