summaryrefslogtreecommitdiff
path: root/lua/lvim/core/alpha.lua
AgeCommit message (Collapse)Author
2023-02-04refactor(alpha): remove laststatus and tabline autocmds (#3809)LostNeophyte
2022-12-01fix: startify theme button bugfix (#3557)Gowa2017
2022-11-29feat(alpha): allow configuring highlight groups (#3532)LostNeophyte
* 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]>
2022-10-14fix(alpha): check alpha module (#3233)2nthony
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-03-20fix(alpha): globalstatus after openning files from dashboard (#2366)Abouzar Parvan
2022-03-19feat: add alpha.nvim integration (#1906)kylo252