Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-13 | refactor: use more flexible paths (#1381) | kylo252 | |
2021-08-27 | Fix missing "HOME" variable errors (#1415) | kylo252 | |
Co-authored-by: MarcSchaetz <[email protected]> | |||
2021-08-26 | [Bugfix] Load user's autocmd custom_groups (#1393) | chaeing | |
* Require core.autocmds before sourcing user config * Define augroups after sourcing user config | |||
2021-08-25 | [Feature] Encapsulate config logic (#1338) | Luc Sinet | |
* Define core/builtins, streamline status_color interface * Encapsulate configuration in its own module * Add fallback to lv-config.lua * Rectify settings loading order to allow overriding vim options * Move default-config into config/ module * replace uv.fs_stat with utils.is_file |