docs: auto generate vimdoc

This commit is contained in:
mrtnvgr 2024-05-04 04:33:11 +00:00 committed by github-actions[bot]
parent 30481d659b
commit 6af91673ce

View file

@ -343,13 +343,6 @@ coc.nvim>lua
coc_nvim = false
<
colorful-winsep>lua
colorful_winsep = {
enabled = false,
color = 'red' -- a catpuccin color to use for the window separator
},
<
Special ~
Setting `enabled` to `true` enables this integration.
@ -386,6 +379,13 @@ directly at the thing (e.g. an error)).
},
<
colorful-winsep.nvim>lua
colorful_winsep = {
enabled = false,
color = "red",
}
<
dashboard-nvim>lua
dashboard = true
<