summaryrefslogtreecommitdiff
path: root/.luacheckrc
AgeCommit message (Collapse)Author
2022-10-14feat: latest impatient updates from upstream (#3236)kylo252
2022-10-03feat: reload and lir color update (#3123)Christian Chiarulli
2022-01-03refactor(bootstrap): more robust git module (#2127)kylo252
2021-10-20fix(bootstrap): support for using default neovim config and data directories ↵Sergio Mendez
(#1777) Co-authored-by: kylo252 <[email protected]> Co-authored-by: James Walmsley <[email protected]>
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-13refactor: use more flexible paths (#1381)kylo252
2021-09-09[Feature]: Add some very basic unit-tests (#1369)kylo252
2021-07-31[Feature] Rename lv-config.lua to config.lua (#1193)chaeing
* Rename example config files * Update user config path in installer * Update user config path with a variable * Update default user config file to config.lua * Add fallback to lv-config if config.lua not found * Add global variable USER_CONFIG_PATH
2021-07-25Update .luacheckrcAbouzar Parvan
2021-07-17configure luacheck to better undersant LV code (#998)Abouzar Parvan