From db716a0f1279f79a886c0e0b6ab3c3d5ffdb42fe Mon Sep 17 00:00:00 2001 From: Github Actions Date: Sun, 5 Feb 2023 19:44:05 +0000 Subject: [PATCH] [docgen] Update README.md skip-checks: true --- README.md | 2 -- doc/dressing.txt | 2 -- 2 files changed, 4 deletions(-) diff --git a/README.md b/README.md index d225b7e..8a68624 100644 --- a/README.md +++ b/README.md @@ -158,8 +158,6 @@ require('dressing').setup({ mappings = { n = { [""] = "Close", - -- You can also pass additional opts to vim.keymap.set(). - -- [""] = { "Close", nowait = true }, [""] = "Confirm", }, i = { diff --git a/doc/dressing.txt b/doc/dressing.txt index b5836da..d5980cb 100644 --- a/doc/dressing.txt +++ b/doc/dressing.txt @@ -48,8 +48,6 @@ Configure dressing.nvim by calling the setup() function. mappings = { n = { [""] = "Close", - -- You can also pass additional opts to vim.keymap.set(). - -- [""] = { "Close", nowait = true }, [""] = "Confirm", }, i = {