summaryrefslogtreecommitdiff
path: root/lua/lvim/core/alpha
AgeCommit message (Collapse)Author
2023-01-26feat(alpha): add quit button to dashboard (#3767)Anchal Singh
* 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]>
2022-12-12fix(alpha): check height of the aplha window (#3585)LostNeophyte
2022-12-01fix(dashboard): remove feedkeys (#3558)LostNeophyte
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-11-28fix(alpha): make dashboard responsive (#3505)LostNeophyte
fixes https://github.com/LunarVim/LunarVim/issues/3279
2022-11-04feat: use our own colorscheme, decouple from tokyonight (#3378)Christian Chiarulli
Co-authored-by: kylo252 <[email protected]>
2022-10-31fix(alpha): make startify sections always appear (#3371)LostNeophyte
2022-10-02feat: move icons to a single icons file (#3115)Philippe Richard
2022-09-22fix(dashboard): add missing space (#3063)Philipp Bokatius
2022-09-22fix: pcall for dashboardChristianChiarulli
2022-09-21fix(alpha): can't set button hl without doing thisChristianChiarulli
2022-09-21fix: more consistent dashboard description (#3055)sambergo
2022-09-20feat: new dashboard logoChristianChiarulli
2022-09-20feat: use a shorter dashboard banner when needed (#3047)sambergo
2022-09-15refactor: small improvements (#3021)Christian Chiarulli
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-19feat: add alpha.nvim integration (#1906)kylo252