summaryrefslogtreecommitdiff
path: root/fnl/plugins/dressing.fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl/plugins/dressing.fnl')
-rw-r--r--fnl/plugins/dressing.fnl5
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/plugins/dressing.fnl b/fnl/plugins/dressing.fnl
index 60da1b0..348d74a 100644
--- a/fnl/plugins/dressing.fnl
+++ b/fnl/plugins/dressing.fnl
@@ -1,3 +1,6 @@
;; UI for inputs
-{1 :stevearc/dressing.nvim :event :BufReadPost}
+(local opts {:input {:enabled false}
+ :select {:backend [:nui :telescope :builtin]}})
+
+{1 :stevearc/dressing.nvim :event :BufReadPost : opts}