There are some things that may not work.
Mostly copied from this video, GitHub repository here.
Neovim 0.9 required.
npm
package required too.
<leader> = ' '
<leader>gs
<leader>pv
<C-p>
: Select previous item<C-n>
: Select next item<C-y>
: Autocomplete with selected item<C-Space>
: Show autocomplete menu<C-z>
: Abort
<leader>pf
: Find all files<C-p>
: Find git files<leader>ps
: Search strings using grep (requires ripgrep)
<leader>pr
: Exec:PandocRead
<leader>pw
: Write file and exec:PandocWrite