LunarVim/lua/lvim/lsp
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
..
null-ls fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
providers refactor: re-enable packer.sync() in LvimReload (#2410) 2022-04-03 14:32:52 +02:00
config.lua refactor: use api-autocmds for lsp functions (#2549) 2022-05-03 03:40:51 +04:30
handlers.lua refactor: use api-autocmds for lsp functions (#2549) 2022-05-03 03:40:51 +04:30
init.lua refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
manager.lua refactor: load the default options once (#2592) 2022-05-21 16:48:47 +02:00
peek.lua feat(peek): make sure max width and height are customizable (#2492) 2022-04-22 15:11:21 +04:30
templates.lua fix(lsp): undo stdpath overload to avoid datarace (#2540) 2022-04-29 16:26:15 +02:00
utils.lua fix(autocmds): disable commentstring_calc on cursor-hold (#2581) 2022-05-11 17:15:00 +02:00