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 {
|
||||
"stevearc/dressing.nvim",
|
||||
"pojokcodeid/dressing.nvim",
|
||||
lazy = true,
|
||||
init = function()
|
||||
---@diagnostic disable-next-line: duplicate-set-field
|
||||
|
@ -15,6 +15,7 @@ return {
|
|||
end,
|
||||
opts = {
|
||||
input = {
|
||||
enabled = false,
|
||||
title_pos = "center",
|
||||
relative = "editor",
|
||||
default_prompt = "➤ ",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue