diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 23:32:32 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-01-17 23:32:32 +0100 |
commit | a1ae4fb862b77fe1e5daa187edf3fd92bdd61f5c (patch) | |
tree | e810f3d09ba055f24f68e99ce4666fa67a33c404 /lua/config/telescope.lua | |
parent | 121082e8f286ee32897877057ff253f6d10c85ca (diff) |
Remove width argument in telescope
Diffstat (limited to 'lua/config/telescope.lua')
-rw-r--r-- | lua/config/telescope.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/telescope.lua b/lua/config/telescope.lua index 1447ec2..3a82772 100644 --- a/lua/config/telescope.lua +++ b/lua/config/telescope.lua @@ -17,7 +17,6 @@ telescope.setup({ sorting_strategy = "ascending", layout_strategy = "horizontal", layout_config = { - width = 0.75, prompt_position = "top", preview_cutoff = 120, horizontal = { mirror = false }, |