From 0e3e1eba147fee6e638ac1ac28f0495bcde17319 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Wed, 12 Apr 2023 12:52:46 +0000 Subject: [PATCH] [docgen] Update README.md skip-checks: true --- README.md | 8 -------- doc/dressing.txt | 8 -------- 2 files changed, 16 deletions(-) diff --git a/README.md b/README.md index fc53f7b..b559a59 100644 --- a/README.md +++ b/README.md @@ -205,14 +205,6 @@ require('dressing').setup({ }, }, - -- Options for fzf_lua selector - fzf_lua = { - winopts = { - width = 0.5, - height = 0.4, - }, - }, - -- Options for nui Menu nui = { position = "50%", diff --git a/doc/dressing.txt b/doc/dressing.txt index 4d6cdbb..0537125 100644 --- a/doc/dressing.txt +++ b/doc/dressing.txt @@ -95,14 +95,6 @@ Configure dressing.nvim by calling the setup() function. }, }, - -- Options for fzf_lua selector - fzf_lua = { - winopts = { - width = 0.5, - height = 0.4, - }, - }, - -- Options for nui Menu nui = { position = "50%",