LunarVim/tests
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
..
lvim feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00
specs refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
minimal_init.lua feat(plugins): add support for packer snapshots (#2351) 2022-03-24 16:16:38 +01:00
minimal_lsp.lua refactor(lsp): decouple the installer setup-hook (#2536) 2022-04-28 14:38:32 +02:00