From f35b13d669867209427449840ff0930a732591dc Mon Sep 17 00:00:00 2001 From: Squibid Date: Fri, 24 Nov 2023 21:38:31 -0500 Subject: more stuff too lazy to seperate --- after/plugin/dressing.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 after/plugin/dressing.lua (limited to 'after/plugin/dressing.lua') diff --git a/after/plugin/dressing.lua b/after/plugin/dressing.lua new file mode 100644 index 0000000..6beb0b7 --- /dev/null +++ b/after/plugin/dressing.lua @@ -0,0 +1,16 @@ +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, + } +} -- cgit v1.2.1