mirror of
https://github.com/TrentSPalmer/aur-packages.git
synced 2024-11-22 03:11:30 -08:00
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:
parent
fa740e338a
commit
9b3e865a8a
@ -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
|
||||
|
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user