more stuff too lazy to seperate
This commit is contained in:
16
after/plugin/dressing.lua
Normal file
16
after/plugin/dressing.lua
Normal file
@ -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,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user