diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-26 00:26:52 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-12-26 00:26:52 +0100 |
commit | 7b3143e3cd9edc14906935857f73bfd89e26df84 (patch) | |
tree | d24cb902bd9a0495b8a7a3f2c8a9662fecbb690b /fnl | |
parent | 4a55100e86484f0a0b84ff2a96f87c44dd3b7d6b (diff) |
Diffstat (limited to 'fnl')
-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 |