LunarVim/lua/lvim
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
..
config refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
core refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
impatient fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
interface chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30
lsp refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
utils refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
bootstrap.lua fix: use correct cache path (#2593) 2022-05-10 17:28:30 +02:00
impatient.lua refactor: update impatient (#2477) 2022-04-20 13:22:26 +02:00
keymappings.lua refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
plugin-loader.lua refactor: use api-autocmds for lsp functions (#2549) 2022-05-03 03:40:51 +04:30
plugins.lua fix: load notify's telescope extension properly (#2586) 2022-05-15 15:59:36 +02:00
utils.lua chore: fix typos (#2292) 2022-02-18 17:47:17 +03:30