chore: Auto-generate vimdocs
parent
f1e824e163
commit
1ca65d9c56
|
|
@ -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",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue