LunarVim/tests/specs
kylo252 23df368b00
refactor: load the default options once (#2592)
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-05-21 16:48:47 +02:00
..
bootstrap_spec.lua fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
config_loader_spec.lua refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
lsp_spec.lua fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00
plugins_load_spec.lua fix(impatient): avoid get_options in fast handler (#2451) 2022-04-12 11:18:17 +02:00