mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
community/neovim to 0.9.0-2
This commit is contained in:
parent
89b000ca4e
commit
b3478f21cd
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
pkgname=neovim
|
||||
pkgver=0.9.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
|
||||
arch=('x86_64')
|
||||
url='https://neovim.io'
|
||||
|
@ -17,7 +17,7 @@ license=('custom:neovim')
|
|||
provides=('vim-plugin-runtime')
|
||||
depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm>0.1.4' 'luajit' 'libluv' 'tree-sitter')
|
||||
makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg')
|
||||
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'
|
||||
optdepends=('python-pynvim: for Python plugin support (see :help python)'
|
||||
'xclip: for clipboard support on X11 (or xsel) (see :help clipboard)'
|
||||
'xsel: for clipboard support on X11 (or xclip) (see :help clipboard)'
|
||||
'wl-clipboard: for clipboard support on wayland (see :help clipboard)')
|
||||
|
|
Loading…
Reference in a new issue