diff options
Diffstat (limited to 'fnl/plugins/alpha.fnl')
-rw-r--r-- | fnl/plugins/alpha.fnl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fnl/plugins/alpha.fnl b/fnl/plugins/alpha.fnl index 7d6ad3d..1062f24 100644 --- a/fnl/plugins/alpha.fnl +++ b/fnl/plugins/alpha.fnl @@ -27,20 +27,20 @@ (set dashboard.section.header.val ascii-art) (set dashboard.section.buttons.val [(dashboard.button :f (.. (. icons :search-files) " Find file") - ":Telescope find_files theme=dropdown<CR>") + ":Telescope find_files theme=ivy<CR>") (dashboard.button :g (.. (. icons :search-text) " Find text") - ":Telescope live_grep theme=dropdown<CR>") + ":Telescope live_grep theme=ivy<CR>") (dashboard.button :p (.. (. icons :search-project) " Find project") - ":Telescope projects theme=dropdown<CR>") + ":Telescope projects theme=ivy<CR>") (dashboard.button :r (.. (. icons :recent-files) " Recently used files") - ":Telescope oldfiles theme=dropdown<CR>") + ":Telescope oldfiles theme=ivy<CR>") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua <CR>") (dashboard.button :o (.. (. icons :org) " Org") - ":Telescope find_files theme=dropdown cwd=~/.local/share/org<CR>")]) + ":Telescope find_files theme=ivy cwd=~/.local/share/org<CR>")]) (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) (set dashboard.opts.opts.noautocmd true) |