diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-13 23:02:12 +0200 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-07-13 23:02:12 +0200 |
commit | 8648d846267178e009da089dd468c6f7982b35a1 (patch) | |
tree | ab41b75036c8f911ae785b672bd340d2f76abb5c /fnl | |
parent | 09d9c85401561f3a168378106ad8afc86817816b (diff) |
Set telescope search bar to bottom
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/config/telescope.fnl | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/fnl/config/telescope.fnl b/fnl/config/telescope.fnl index 90a6f71..0f327f1 100644 --- a/fnl/config/telescope.fnl +++ b/fnl/config/telescope.fnl @@ -6,14 +6,6 @@ (telescope.setup {:defaults {:prompt_prefix " " :selection_caret " " :path_display [:smart] - :initial_mode :insert - :selection_strategy :reset - :sorting_strategy :ascending - :layout_strategy :horizontal - :layout_config {:prompt_position :top - :preview_cutoff 120 - :horizontal {:mirror false} - :vertical {:mirror false}} :vimgrep_arguments [:rg :--color=never :--no-heading |