chore: Auto-generate vimdocs

remotes/origin/HEAD
chrisgrieser 2024-06-20 18:59:08 +00:00 committed by github-actions[bot]
parent f1e824e163
commit 1ca65d9c56
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,6 @@ INSTALLATION *genghis-nvim-genghis--installation*
{
"chrisgrieser/nvim-genghis",
dependencies = "stevearc/dressing.nvim"
cmd = "Genghis",
},
-- packer
@ -69,6 +68,10 @@ The `setup` call is optional.
>lua
-- default config
require("genghis").setup {
backdrop = {
enabled = true,
blend = 50,
},
-- cli name, default is `trash` on Mac and Windows, and `gio trash` on Linux
trashCmd = "trash",
}