[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2023-02-05 19:44:05 +00:00
parent 1a7f062ab3
commit db716a0f12
2 changed files with 0 additions and 4 deletions

View File

@ -158,8 +158,6 @@ require('dressing').setup({
mappings = {
n = {
["<Esc>"] = "Close",
-- You can also pass additional opts to vim.keymap.set().
-- ["<Esc>"] = { "Close", nowait = true },
["<CR>"] = "Confirm",
},
i = {

View File

@ -48,8 +48,6 @@ Configure dressing.nvim by calling the setup() function.
mappings = {
n = {
["<Esc>"] = "Close",
-- You can also pass additional opts to vim.keymap.set().
-- ["<Esc>"] = { "Close", nowait = true },
["<CR>"] = "Confirm",
},
i = {