community/neovim to 0.4.3-3

This commit is contained in:
Kevin Mihelich 2020-04-04 17:19:27 +00:00
parent 0c08974895
commit 7a4ae2b1b4

View file

@ -7,12 +7,13 @@
pkgname=neovim
pkgver=0.4.3
pkgrel=2
pkgrel=3
pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
arch=('x86_64')
url='https://neovim.io'
backup=('etc/xdg/nvim/sysinit.vim')
license=('custom:neovim')
provides=('vim-plugin-runtime')
depends=('libtermkey' 'libuv' 'msgpack-c' 'unibilium' 'libvterm' 'luajit' 'libluv')
makedepends=('cmake' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'gperf')
optdepends=('python-neovim: for Python 3 plugin support (see :help python)'