From 9c1e99cd5eac3c8edab3759cfa0708f4d850d950 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Mon, 26 Feb 2024 20:38:11 +0100 Subject: Add nui options to dressing --- fnl/plugins/dressing.fnl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'fnl') diff --git a/fnl/plugins/dressing.fnl b/fnl/plugins/dressing.fnl index 348d74a..7b74bc8 100644 --- a/fnl/plugins/dressing.fnl +++ b/fnl/plugins/dressing.fnl @@ -1,6 +1,13 @@ ;; UI for inputs (local opts {:input {:enabled false} - :select {:backend [:nui :telescope :builtin]}}) + :select {:backend [:nui :telescope :builtin]} + :nui {:position "50%" + :relative :editor + :border {:style :single} + :max_width 128 + :max_height 64 + :min_width 64 + :min_height 20}}) -{1 :stevearc/dressing.nvim :event :BufReadPost : opts} +{1 :stevearc/dressing.nvim :event :VeryLazy : opts} -- cgit v1.2.3-70-g09d2