diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:32:41 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-07 23:32:41 +0200 |
commit | c713e546deca1f48a0d89980ff01191a50e8fcd2 (patch) | |
tree | b96457d36ac77b4051439ea8880f5b33d3e4f895 /fnl/config/alpha.fnl | |
parent | 936272fc2a5ae07470816d1b63f79bfadb3ef979 (diff) |
fix(typos): bugs by typos and wrong lists
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) |