fix:disable dressing input

This commit is contained in:
pojok code 2025-06-14 21:13:57 +07:00
parent d31ffccdca
commit bf60de3aa1

View file

@ -1,5 +1,5 @@
return { return {
"stevearc/dressing.nvim", "pojokcodeid/dressing.nvim",
lazy = true, lazy = true,
init = function() init = function()
---@diagnostic disable-next-line: duplicate-set-field ---@diagnostic disable-next-line: duplicate-set-field
@ -15,6 +15,7 @@ return {
end, end,
opts = { opts = {
input = { input = {
enabled = false,
title_pos = "center", title_pos = "center",
relative = "editor", relative = "editor",
default_prompt = "", default_prompt = "",