ArchPKG/nvimdots/PKGBUILD

23 lines
306 B
Bash
Raw Permalink Normal View History

2024-08-29 14:40:25 -04:00
pkgname=nvimdots
pkgver=4.0.0
pkgdesc="A well configured and structured Neovim."
arch=('x86_64')
url="https://github.com/ayamir/nvimdots"
license=('BSD-3-Clause')
depends=(
git
lazygit
zoxide
ripgrep
fd
yarn
lldb
nvm
make
unzip
'neovim>=0.10.0'
'neovim<0.11.0'
'python-pynvim'
)