Commit graph

17 commits

Author SHA1 Message Date
Anchal Singh
0c94c6a5bd
feat(alpha): add quit button to dashboard (#3767)
* feat(alpha): adding option to turn off ESC keybind to exit

chore: formatting

* Update lua/lvim/core/alpha.lua

Co-authored-by: pr-313 <46706232+pr-313@users.noreply.github.com>

* Update lua/lvim/core/autocmds.lua

Co-authored-by: pr-313 <46706232+pr-313@users.noreply.github.com>

* Apply suggestions from code review

* remove <esc> keybind

Co-authored-by: Anchal Singh <anchal.singh@dpworld.com>
Co-authored-by: pr-313 <46706232+pr-313@users.noreply.github.com>
Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
2023-01-26 16:20:07 +01:00
LostNeophyte
3166cc00b0
fix(alpha): check height of the aplha window (#3585) 2022-12-12 15:11:28 +01:00
LostNeophyte
5d69279262
fix(dashboard): remove feedkeys (#3558) 2022-12-01 11:14:46 +01:00
LostNeophyte
f5454fb860
feat(alpha): allow configuring highlight groups (#3532)
* fix(alpha): make highlights overridable

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>

* feat: make opts overridable

* refactor: add default autostart to opts

* feat: default_button_opts

* Apply suggestions from code review

Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>

Co-authored-by: CPea <42694704+cpea2506@users.noreply.github.com>
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-29 08:50:24 +01:00
LostNeophyte
979e5930a8
fix(alpha): make dashboard responsive (#3505)
fixes https://github.com/LunarVim/LunarVim/issues/3279
2022-11-28 19:11:39 +01:00
Christian Chiarulli
5ba80b10cf
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <59826753+kylo252@users.noreply.github.com>
2022-11-04 12:57:24 -04:00
LostNeophyte
c477b9f8e8
fix(alpha): make startify sections always appear (#3371) 2022-10-31 19:25:21 +01:00
Philippe Richard
8767a17b5e
feat: move icons to a single icons file (#3115) 2022-10-02 23:48:23 -04:00
Philipp Bokatius
d060301050
fix(dashboard): add missing space (#3063) 2022-09-22 13:16:05 -04:00
ChristianChiarulli
223ab2a679 fix: pcall for dashboard 2022-09-22 09:18:18 -04:00
ChristianChiarulli
8aab0f7925 fix(alpha): can't set button hl without doing this 2022-09-21 23:39:18 -04:00
sambergo
8e1d3a2b47
fix: more consistent dashboard description (#3055) 2022-09-21 10:42:35 -04:00
ChristianChiarulli
4bd26928e5 feat: new dashboard logo 2022-09-20 11:18:21 -04:00
sambergo
28ae8f558b
feat: use a shorter dashboard banner when needed (#3047) 2022-09-20 12:27:38 +02:00
Christian Chiarulli
a4c2dc4d0b
refactor: small improvements (#3021) 2022-09-15 23:33:08 -04:00
kylo252
23df368b00
refactor: load the default options once (#2592)
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-05-21 16:48:47 +02:00
kylo252
c946ddda81
feat: add alpha.nvim integration (#1906) 2022-03-19 20:02:45 +01:00