summaryrefslogtreecommitdiff
path: root/fnl/plugins/dressing.fnl
blob: 7b74bc8ff325b293c2b9f772b5ba32e7f4d6a822 (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 64
                   :min_height 20}})

{1 :stevearc/dressing.nvim :event :VeryLazy : opts}