chore: Auto-generate vimdocs
parent
f1e824e163
commit
1ca65d9c56
|
|
@ -51,7 +51,6 @@ INSTALLATION *genghis-nvim-genghis--installation*
|
||||||
{
|
{
|
||||||
"chrisgrieser/nvim-genghis",
|
"chrisgrieser/nvim-genghis",
|
||||||
dependencies = "stevearc/dressing.nvim"
|
dependencies = "stevearc/dressing.nvim"
|
||||||
cmd = "Genghis",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
-- packer
|
-- packer
|
||||||
|
|
@ -69,6 +68,10 @@ The `setup` call is optional.
|
||||||
>lua
|
>lua
|
||||||
-- default config
|
-- default config
|
||||||
require("genghis").setup {
|
require("genghis").setup {
|
||||||
|
backdrop = {
|
||||||
|
enabled = true,
|
||||||
|
blend = 50,
|
||||||
|
},
|
||||||
-- cli name, default is `trash` on Mac and Windows, and `gio trash` on Linux
|
-- cli name, default is `trash` on Mac and Windows, and `gio trash` on Linux
|
||||||
trashCmd = "trash",
|
trashCmd = "trash",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue