[docgen] Update README.md

skip-checks: true
This commit is contained in:
Github Actions 2023-06-16 04:54:06 +00:00
parent 154f22393b
commit 8b1a436b20
2 changed files with 4 additions and 0 deletions

View File

@ -258,6 +258,8 @@ require('dressing').setup({
win_options = {
-- Window transparency (0-100)
winblend = 10,
cursorline = true,
cursorlineopt = "both",
},
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)

View File

@ -136,6 +136,8 @@ Configure dressing.nvim by calling the setup() function.
win_options = {
-- Window transparency (0-100)
winblend = 10,
cursorline = true,
cursorlineopt = "both",
},
-- These can be integers or a float between 0 and 1 (e.g. 0.4 for 40%)