diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-25 23:56:57 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-25 23:56:57 +0100 |
commit | 6822b5bf517bcb8aaaab81c86f84ec6d12251843 (patch) | |
tree | 428d45fe21a15e44dc13c4c4a1c1257764ee85a1 /fnl/plugins/alpha.fnl | |
parent | 98dfa8d4c1fc09f20a3db14c0f6848ee0b741d15 (diff) |
update telescope
Diffstat (limited to 'fnl/plugins/alpha.fnl')
-rw-r--r-- | fnl/plugins/alpha.fnl | 4 |
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") |