diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-29 22:05:40 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2024-02-29 22:05:40 +0100 |
commit | b57c8bb23d23fbc32537bbf17894605a44657664 (patch) | |
tree | 95d21cc8ee66956c258bcb15d263a885db7d96e2 /fnl | |
parent | edc418f7e00b8bbf58c71c9d8609e4233cfb3d67 (diff) |
Increase min width for dressing
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/dressing.fnl | 2 |
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} |