personal PKGBUILD stash
Go to file
Trent Palmer 4ba0c1b632 add option to not install vimscripts-autoclose to /usr/share/nvim/*
because latest neovim seems to find plugins in /usr/share/vim/*
2018-06-07 14:35:43 -07:00
deoplete-git modified deoplete-git and deoplete-jedi-git to work with vim 2018-02-25 18:12:47 -08:00
deoplete-jedi-git modified deoplete-git and deoplete-jedi-git to work with vim 2018-02-25 18:12:47 -08:00
nvim-yarp-git added nvim-yarp-git so deoplete will work with vim 2018-02-25 18:12:08 -08:00
vim-hug-neovim-rpc-git add vim-hug-neovim-rpc-git so deoplete will work with vim 2018-02-25 18:11:16 -08:00
vim-lightline-git vim-lightline-git version bump 2018-06-02 13:28:46 -07:00
vim-youcompleteme-git version bump 2018-06-07 11:48:08 -07:00
vimscripts-autoclose add option to not install vimscripts-autoclose to /usr/share/nvim/* 2018-06-07 14:35:43 -07:00
README.md add README.md 2017-12-25 18:08:01 -08:00

README.md

Where are we Dorothy?

my own Arch Linux PKGBUILDS, some of which are forks, and some of which are inspired

Live Git PKGBUILD tip

If you want to modify a PKGBUILDS to pull a particular commit, you can edit the source like so.

# source=("${_name}::${url//https/git}")
source=("${_name}::${url//https/git}commit=<commit_hash>")