mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-22 00:49:01 +02:00
fix:disable dressing input
This commit is contained in:
parent
d31ffccdca
commit
bf60de3aa1
1 changed files with 2 additions and 1 deletions
|
@ -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 = "➤ ",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue