Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
neovim
Commits:
ea1cf0c1 by Daniel M. Capella at 2024-06-01T20:43:26-04:00
upgpkg: 0.10.0-4: tree-sitter parsers moved to deps
See previous commit
- - - - -
1 changed file:
- .SRCINFO
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = neovim
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and
GUIs
pkgver = 0.10.0
- pkgrel = 3
+ pkgrel = 4
url = https://neovim.io
arch = x86_64
license = Apache-2.0
@@ -19,15 +19,15 @@ pkgbase = neovim
depends = luajit
depends = msgpack-c
depends = tree-sitter
+ depends = tree-sitter-bash
+ depends = tree-sitter-c
depends = tree-sitter-lua
+ depends = tree-sitter-markdown
+ depends = tree-sitter-python
depends = tree-sitter-query
depends = tree-sitter-vimdoc
depends = unibilium
optdepends = python-pynvim: for Python plugin support (see :help python)
- optdepends = tree-sitter-bash: for the Bash grammar for tree-sitter
- optdepends = tree-sitter-c: for the C grammar for tree-sitter
- optdepends = tree-sitter-markdown: for the Markdown grammar for
tree-sitter
- optdepends = tree-sitter-python: for the Python grammar for tree-sitter
optdepends = xclip: for clipboard support on X11 (or xsel) (see :help
clipboard)
optdepends = xsel: for clipboard support on X11 (or xclip) (see :help
clipboard)
optdepends = wl-clipboard: for clipboard support on wayland (see :help
clipboard)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/ea1cf0c1d32e564a8df506be73076b9bac0d6302
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/neovim/-/commit/ea1cf0c1d32e564a8df506be73076b9bac0d6302
You're receiving this email because of your account on gitlab.archlinux.org.