diff options
Diffstat (limited to 'fnl/config/alpha.fnl')
-rw-r--r-- | fnl/config/alpha.fnl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/config/alpha.fnl b/fnl/config/alpha.fnl index 636dd56..dca13de 100644 --- a/fnl/config/alpha.fnl +++ b/fnl/config/alpha.fnl @@ -35,7 +35,7 @@ (dashboard.button "t" " Find text" ":Telescope live_grep <CR>") (dashboard.button "c" " Configuration" ":e ~/.config/nvim/init.lua <CR>") (dashboard.button "q" " Quit Neovim" ":qa<CR>") - } + }) (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) (set dashboard.opts.opts.noautocmd true) |