parent
9795bd71c9
commit
e9d0de4470
|
@ -131,6 +131,9 @@ require('dressing').setup({
|
|||
-- When true, <Esc> will close the modal
|
||||
insert_only = true,
|
||||
|
||||
-- When true, input will start in insert mode.
|
||||
start_in_insert = true,
|
||||
|
||||
-- These are passed to nvim_open_win
|
||||
anchor = "SW",
|
||||
border = "rounded",
|
||||
|
|
|
@ -19,6 +19,9 @@ Configure dressing.nvim by calling the setup() function.
|
|||
-- When true, <Esc> will close the modal
|
||||
insert_only = true,
|
||||
|
||||
-- When true, input will start in insert mode.
|
||||
start_in_insert = true,
|
||||
|
||||
-- These are passed to nvim_open_win
|
||||
anchor = "SW",
|
||||
border = "rounded",
|
||||
|
|
Loading…
Reference in New Issue