feat: add scrollbar visual

This commit is contained in:
NotAShelf 2023-02-03 22:53:48 +03:00
commit 84f0d2b067
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
6 changed files with 33 additions and 3 deletions

View file

@ -139,6 +139,7 @@ in {
local default_header = {
type = "text",
val = {
[[ ]],
[[ ]],
[[ ]],
@ -188,8 +189,8 @@ in {
{ type = "text", val = "Quick links", opts = { hl = "SpecialComment", position = "center" } },
{ type = "padding", val = 1 },
dashboard.button("e", " New file", "<cmd>ene<CR>"),
dashboard.button("SPC f", " Find file"),
dashboard.button("SPC F", " Live grep"),
dashboard.button("SPC F", " Find file"),
dashboard.button("SPC ff", " Live grep"),
dashboard.button("SPC p", " Projects"),
dashboard.button("q", " Quit", "<cmd>qa<CR>"),
},