blob: 74eb95bd090c0516318a049c7714684e4545549c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
pkgbase = neovim-supertab
pkgdesc = A Neovim plugin that allows you to use the tab key to do all insert completion.
pkgver = 2.1
pkgrel = 1
url = https://github.com/ervandew/supertab
install = nvim-doc.install
arch = any
groups = neovim-plugins
license = BSD
depends = neovim
source = https://github.com/ervandew/supertab/archive/2.1.tar.gz
source = LICENSE
md5sums = 8c9fd74e228521f64221b91e1a54abfe
md5sums = a232f3fa724b2e52e1678adcc84f67bb
pkgname = neovim-supertab
|