update: nvimdots wip
This commit is contained in:
parent
b906f21914
commit
5550458612
22
nvimdots/PKGBUILD
Normal file
22
nvimdots/PKGBUILD
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
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'
|
||||||
|
)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user