summaryrefslogtreecommitdiff
path: root/tests/specs/config_loader_spec.lua
AgeCommit message (Collapse)Author
2022-11-02fix: rollback plugin loader changes (#3402)Christian Chiarulli
2022-11-02refactor(theme)!: decouple tokyonight options (#3384)kylo252
2022-05-21refactor: load the default options once (#2592)kylo252
BREAKING CHANGE: modifying the default options for keymaps and autocmds is now done by overwriting them, since they won't be loaded into the global `lvim` table anymore * refactor: use the lua-commands api * refactor!: use the lua-autocmds api * fix(settings): let neovim handle spellfile * feat: add log:set_log_level() * chore: update examples * chore: add deprecation notice for custom_groups
2022-04-12fix(impatient): avoid get_options in fast handler (#2451)kylo252
2022-04-03refactor: re-enable packer.sync() in LvimReload (#2410)kylo252
2022-01-04refactor(settings): add headless-mode settings (#2134)kylo252
2022-01-02refactor(test): cleanup test utilities (#2132)kylo252