From 5550458612715c1a16e8a06ff5b1fefc8f503d61 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 29 Aug 2024 14:40:25 -0400 Subject: [PATCH] update: nvimdots wip --- nvimdots/PKGBUILD | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 nvimdots/PKGBUILD diff --git a/nvimdots/PKGBUILD b/nvimdots/PKGBUILD new file mode 100644 index 0000000..fc454de --- /dev/null +++ b/nvimdots/PKGBUILD @@ -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' +) +