Skip to content

Commit

Permalink
cppman-git: add nvim to optdepends
Browse files Browse the repository at this point in the history
  • Loading branch information
RiverOnVenus committed Jun 10, 2024
1 parent bcfa134 commit aa0431d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cppman-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ url='https://github.com/aitjcize/cppman'
license=('GPL3')
depends=('bash' 'python' 'python-beautifulsoup4' 'python-html5lib')
optdepends=(
"vim: For using vim as a pager"
"vim: for using vim as a pager"
"nvim: for using nvim as a pager"
"perl: for bash/zsh completion"
)
makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-wheel')
Expand Down

0 comments on commit aa0431d

Please sign in to comment.