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.fnl13
1 files changed, 0 insertions, 13 deletions
diff --git a/fnl/plugins/dressing.fnl b/fnl/plugins/dressing.fnl
deleted file mode 100644
index ec1f968..0000000
--- a/fnl/plugins/dressing.fnl
+++ /dev/null
@@ -1,13 +0,0 @@
-;; 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}