Merge branch 'main' of gitlab.com:taken-personal/neovim-config

This commit is contained in:
2023-09-15 16:56:28 +02:00

View File

@@ -23,9 +23,9 @@ return {
button.opts.hl = "AlphaButtons" button.opts.hl = "AlphaButtons"
button.opts.hl_shortcut = "AlphaShortcut" button.opts.hl_shortcut = "AlphaShortcut"
end end
dashboard.section.header.opts.hl = "AlphaHeader" dashboard.section.header.opts.hl = "Function"
dashboard.section.buttons.opts.hl = "AlphaButtons" dashboard.section.buttons.opts.hl = "Identifier"
dashboard.section.footer.opts.hl = "AlphaFooter" dashboard.section.footer.opts.hl = "Function"
dashboard.opts.layout[1].val = 4 dashboard.opts.layout[1].val = 4
return dashboard return dashboard
end, end,