summaryrefslogtreecommitdiff
path: root/fnl/plugins/alpha.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/alpha.fnl')
-rw-r--r--fnl/plugins/alpha.fnl4
1 files changed, 2 insertions, 2 deletions
diff --git a/fnl/plugins/alpha.fnl b/fnl/plugins/alpha.fnl
index 1062f24..a989749 100644
--- a/fnl/plugins/alpha.fnl
+++ b/fnl/plugins/alpha.fnl
@@ -27,7 +27,7 @@
(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<CR>")
+ ":Telescope find_files theme=ivy previewer=false<CR>")
(dashboard.button :g (.. (. icons :search-text) " Find text")
":Telescope live_grep theme=ivy<CR>")
(dashboard.button :p
@@ -36,7 +36,7 @@
(dashboard.button :r
(.. (. icons :recent-files)
" Recently used files")
- ":Telescope oldfiles theme=ivy<CR>")
+ ":Telescope oldfiles theme=ivy previewer=false<CR>")
(dashboard.button :t (.. (. icons :cog) " Configuration")
":e ~/.config/nvim/init.lua <CR>")
(dashboard.button :o (.. (. icons :org) " Org")