summaryrefslogtreecommitdiff
path: root/lua/lvim/core/alpha/dashboard.lua
AgeCommit message (Collapse)Author
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