diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-22 00:29:18 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-22 00:29:18 +0200 |
| commit | c8b8e18c483dee96c3b0f8d1bd473ce27d477b76 (patch) | |
| tree | 23c7913bf47fbee0d6fda05d039eb53879c78bbb /fnl | |
| parent | 5acb6e029c45c044a2cfdad3f63ec6d663882395 (diff) | |
Set telescope icon to not colored
Diffstat (limited to 'fnl')
| -rw-r--r-- | fnl/config/telescope.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index b2b44f5..9d11106 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -8,6 +8,7 @@ (telescope.setup {:defaults {:prompt_prefix " " :selection_caret "> " :path_display [:smart] + :color_devicons false :vimgrep_arguments [:rg :--color=never :--no-heading |