diff options
Diffstat (limited to 'fnl/plugins/dressing.fnl')
-rw-r--r-- | fnl/plugins/dressing.fnl | 11 |
1 files changed, 9 insertions, 2 deletions
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} |