summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-17 23:32:32 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2022-01-17 23:32:32 +0100
commita1ae4fb862b77fe1e5daa187edf3fd92bdd61f5c (patch)
treee810f3d09ba055f24f68e99ce4666fa67a33c404
parent121082e8f286ee32897877057ff253f6d10c85ca (diff)
Remove width argument in telescope
-rw-r--r--lua/config/telescope.lua1
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 },