summaryrefslogtreecommitdiffstats
path: root/after/plugin/dressing.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/dressing.lua')
-rw-r--r--after/plugin/dressing.lua16
1 files changed, 0 insertions, 16 deletions
diff --git a/after/plugin/dressing.lua b/after/plugin/dressing.lua
deleted file mode 100644
index bc21319..0000000
--- a/after/plugin/dressing.lua
+++ /dev/null
@@ -1,16 +0,0 @@
-local status_ok, dressing = pcall(require, "dressing")
-if not status_ok then
- return
-end
-
-dressing.setup {
- input = {
- enabled = true,
- title_pos = "center",
- border = 'single',
- relative = "win"
- },
- select = {
- enabled = true,
- }
-}