summaryrefslogtreecommitdiff
path: root/fnl/plugins
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-29 22:05:40 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-02-29 22:05:40 +0100
commitb57c8bb23d23fbc32537bbf17894605a44657664 (patch)
tree95d21cc8ee66956c258bcb15d263a885db7d96e2 /fnl/plugins
parentedc418f7e00b8bbf58c71c9d8609e4233cfb3d67 (diff)
Increase min width for dressing
Diffstat (limited to 'fnl/plugins')
-rw-r--r--fnl/plugins/dressing.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/dressing.fnl b/fnl/plugins/dressing.fnl
index 7b74bc8..ec1f968 100644
--- a/fnl/plugins/dressing.fnl
+++ b/fnl/plugins/dressing.fnl
@@ -7,7 +7,7 @@
:border {:style :single}
:max_width 128
:max_height 64
- :min_width 64
+ :min_width 80
:min_height 20}})
{1 :stevearc/dressing.nvim :event :VeryLazy : opts}