Age | Commit message (Collapse) | Author |
|
* feat(alpha): adding option to turn off ESC keybind to exit
chore: formatting
* Update lua/lvim/core/alpha.lua
Co-authored-by: pr-313 <[email protected]>
* Update lua/lvim/core/autocmds.lua
Co-authored-by: pr-313 <[email protected]>
* Apply suggestions from code review
* remove <esc> keybind
Co-authored-by: Anchal Singh <[email protected]>
Co-authored-by: pr-313 <[email protected]>
Co-authored-by: LostNeophyte <[email protected]>
|
|
|
|
|
|
* fix(alpha): make highlights overridable
Co-authored-by: CPea <[email protected]>
* feat: make opts overridable
* refactor: add default autostart to opts
* feat: default_button_opts
* Apply suggestions from code review
Co-authored-by: kylo252 <[email protected]>
Co-authored-by: CPea <[email protected]>
Co-authored-by: kylo252 <[email protected]>
|
|
fixes https://github.com/LunarVim/LunarVim/issues/3279
|
|
Co-authored-by: kylo252 <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|