From 608b3b2beb9ad5867f288641eedd9543b92053ce Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Sat, 22 Feb 2025 14:37:45 +0100 Subject: Update --- fnl/plugins/alpha.fnl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fnl/plugins/alpha.fnl') diff --git a/fnl/plugins/alpha.fnl b/fnl/plugins/alpha.fnl index a989749..4011bcd 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=ivy previewer=false") + ":Telescope find_files theme=dropdown previewer=false") (dashboard.button :g (.. (. icons :search-text) " Find text") - ":Telescope live_grep theme=ivy") + ":Telescope live_grep theme=dropdown") (dashboard.button :p (.. (. icons :search-project) " Find project") - ":Telescope projects theme=ivy") + ":Telescope projects theme=dropdown") (dashboard.button :r (.. (. icons :recent-files) " Recently used files") - ":Telescope oldfiles theme=ivy previewer=false") + ":Telescope oldfiles theme=dropdown previewer=false") (dashboard.button :t (.. (. icons :cog) " Configuration") ":e ~/.config/nvim/init.lua ") (dashboard.button :o (.. (. icons :org) " Org") - ":Telescope find_files theme=ivy cwd=~/.local/share/org")]) + ":Telescope find_files theme=dropdown cwd=~/.local/share/org")]) (set dashboard.section.header.opts.hl :AlphaHeader) (set dashboard.section.buttons.opts.hl :AlphaButtons) (set dashboard.opts.opts.noautocmd true) -- cgit v1.2.3-70-g09d2