blob: e248e835eb6687abf30146e5b466486a5731449f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
pkgbase = vim-autoformat-git
pkgdesc = Provides easy code formatting by integrating existing formatters
pkgver = r548.7b35295
pkgrel = 2
url = https://github.com/chiel92/vim-autoformat
arch = any
groups = vim-plugins
groups = neovim-plugins
license = MIT
makedepends = git
makedepends = neovim
makedepends = python-pynvim
makedepends = vim
source = vim-autoformat-git::git+https://github.com/chiel92/vim-autoformat
md5sums = SKIP
pkgname = vim-autoformat-git
depends = vim
provides = vim-autoformat
conflicts = vim-autoformat
pkgname = neovim-autoformat-git
depends = neovim
depends = python-pynvim
provides = vim-autoformat
conflicts = vim-autoformat
|