add option to not install deoplete-git to /usr/share/nvim/*

because latest neovim seems to find plugins in /usr/share/vim/*
This commit is contained in:
Trent Palmer 2018-06-07 15:11:48 -07:00
parent fa740e338a
commit 9b3e865a8a
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
pkgbase = deoplete-git
pkgdesc = deoplete completion plugin for neovim
pkgver = 4.0.serial.r107.gb14aa70
pkgver = 4.0.serial.r288.gf8faaf2
pkgrel = 1
url = https://github.com/Shougo/deoplete.nvim
install = deoplete.install

View File

@ -5,12 +5,13 @@
###########################################################################################################
_vim="y"
_neovim="y"
# if you have a newer version of neovim you may not need or want to set _neovim="y"
_neovim="n"
###########################################################################################################
_name='deoplete'
pkgname="${_name}-git"
pkgver=4.0.serial.r107.gb14aa70
pkgver=4.0.serial.r288.gf8faaf2
pkgrel=1
pkgdesc="deoplete completion plugin for neovim"
arch=('any')