RishabhRD / nvim-cheat.sh

cheat.sh integration for neovim in elegant way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Install Issues

yodigi7 opened this issue · comments

Had some issues installing but after tweaking it a bit came up with the below snippet for installing with Packer that worked. Will fail without the crucial as part since the requires are not using the full correct path. Should also add this to the README to make it easier.
use {
"https://github.com/RishabhRD/nvim-cheat.sh",
requires = {{'https://github.com/RishabhRD/popfix'}},
as = "nvim-cheat",
}