Auto generate docs
parent
32a265f06d
commit
24fec7944c
|
|
@ -39,11 +39,11 @@ HOW IS THIS DIFFERENT FROM `VIM.EUNUCH`?*genghis-how-is-this-different-from-`vim
|
||||||
INSTALLATION AND SETUP *genghis-installation-and-setup*
|
INSTALLATION AND SETUP *genghis-installation-and-setup*
|
||||||
|
|
||||||
>
|
>
|
||||||
-- Recommended (Packer)
|
-- Packer
|
||||||
use {"chrisgrieser/nvim-genghis", requires = "stevearc/dressing.nvim"}
|
use {"chrisgrieser/nvim-genghis", requires = "stevearc/dressing.nvim"}
|
||||||
|
|
||||||
-- if you do not care about nice input fields
|
-- Lazy
|
||||||
use "chrisgrieser/nvim-genghis"
|
{"chrisgrieser/nvim-genghis", dependencies = "stevearc/dressing.nvim"},
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -98,13 +98,20 @@ You can get autocompletion for directories by using `dressing.nvim`,
|
||||||
`nvim-cmp`, and vim’s omnifunc:
|
`nvim-cmp`, and vim’s omnifunc:
|
||||||
|
|
||||||
>
|
>
|
||||||
-- packer
|
-- packer
|
||||||
use { "chrisgrieser/nvim-genghis", requires = {
|
use { "chrisgrieser/nvim-genghis", requires = {
|
||||||
"stevearc/dressing.nvim",
|
"stevearc/dressing.nvim",
|
||||||
"hrsh7th/nvim-cmp",
|
"hrsh7th/nvim-cmp",
|
||||||
"hrsh7th/cmp-omni",
|
"hrsh7th/cmp-omni",
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
-- lazy
|
||||||
|
{ "chrisgrieser/nvim-genghis", dependencies = {
|
||||||
|
"stevearc/dressing.nvim",
|
||||||
|
"hrsh7th/nvim-cmp",
|
||||||
|
"hrsh7th/cmp-omni",
|
||||||
|
},
|
||||||
|
},
|
||||||
<
|
<
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue