diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-23 21:53:18 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-01-23 21:53:18 +0100 |
commit | 79548ab5fbf0f23255aca145569026227450f109 (patch) | |
tree | 5969966cd661bd3013579a950667d45f3b70b7d0 | |
parent | cfb950fca4a031068a745450da9fe8a617cec5ef (diff) |
Set default picker
-rw-r--r-- | fnl/plugins/editor/telescope.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/editor/telescope.fnl b/fnl/plugins/editor/telescope.fnl index 163a322..e6c9707 100644 --- a/fnl/plugins/editor/telescope.fnl +++ b/fnl/plugins/editor/telescope.fnl @@ -61,6 +61,7 @@ :selection_caret "> " :path_display [:smart] :color_devicons false + :pickers {:find_files {:theme :dropdown}} :vimgrep_arguments [:rg :--color=never :--no-heading |