blob: ec1f9683856ca8ba637b1f9e20d3282e589670f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
;; UI for inputs
(local opts {:input {:enabled false}
:select {:backend [:nui :telescope :builtin]}
:nui {:position "50%"
:relative :editor
:border {:style :single}
:max_width 128
:max_height 64
:min_width 80
:min_height 20}})
{1 :stevearc/dressing.nvim :event :VeryLazy : opts}
|