parent
a3255df4a5
commit
6ed0ca5174
|
@ -113,6 +113,9 @@ require('dressing').setup({
|
|||
-- Default prompt string
|
||||
default_prompt = "➤ ",
|
||||
|
||||
-- When true, <Esc> will close the modal
|
||||
insert_only = true,
|
||||
|
||||
-- These are passed to nvim_open_win
|
||||
anchor = "SW",
|
||||
relative = "cursor",
|
||||
|
|
|
@ -10,6 +10,9 @@ Configure dressing.nvim by calling the setup() function.
|
|||
-- Default prompt string
|
||||
default_prompt = "➤ ",
|
||||
|
||||
-- When true, <Esc> will close the modal
|
||||
insert_only = true,
|
||||
|
||||
-- These are passed to nvim_open_win
|
||||
anchor = "SW",
|
||||
relative = "cursor",
|
||||
|
|
Loading…
Reference in New Issue