LunarVim/lua/lvim/utils
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
..
functions.lua feat(quit): make sure to ask before discarding changes (#2554) 2022-05-03 19:01:53 +04:30
git.lua refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
hooks.lua revert: do not run packer.sync() on every reload (#2548) 2022-05-01 16:29:11 +02:00
table.lua feat: add an independent lvim namespace (#1699) 2021-10-10 21:07:41 +02:00