diff options
Diffstat (limited to 'fnl/plugins')
-rw-r--r-- | fnl/plugins/telescope.fnl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fnl/plugins/telescope.fnl b/fnl/plugins/telescope.fnl index 1cdc86c..0d9df3e 100644 --- a/fnl/plugins/telescope.fnl +++ b/fnl/plugins/telescope.fnl @@ -43,7 +43,7 @@ (telescope.load_extension extension))) (local keys [{1 :mf - 2 "<cmd>Telescope find_files theme=ivy previewer=false<cr>" + 2 "<cmd>Telescope find_files theme=ivy previewer=false disable_devicons=true<cr>" :desc "Find Files"} {1 :mg 2 "<cmd>Telescope live_grep theme=dropdown<cr>" @@ -99,7 +99,8 @@ :selection_caret (.. (. icons :caret) " ") :path_display [:smart] :color_devicons false - :pickers {:find_files {:theme :dropdown}} + :pickers {:find_files {:theme :dropdown + :disable_devicons true}} :vimgrep_arguments [:rg :--color=never :--no-heading |