summaryrefslogtreecommitdiff
path: root/lua/lvim/core/commands.lua
AgeCommit message (Collapse)Author
2022-07-02feat: add commands to open/edit lvim logs (#2709)Daniel Rodríguez Rivero
2022-05-21refactor: load the default options once (#2592)kylo252
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-02-12fix: correct a path to bufferline module (#2270)Alexey Svirschevskiy
2022-02-12feat: add a minimal implementation of bbye (#2267)kylo252
2021-12-01fix: more accessible changelog (#2019)kylo252
2021-11-14refactor: more configurable format-on-save (#1937)kylo252
2021-11-02feat: better error handling for packer (#1883)kylo252
2021-10-31fix: update which-key bindings for LvimReload (#1754)kylo252
2021-10-10feat: add an independent lvim namespace (#1699)kylo252