blob: 0b1c0e7bc15056b03ba259bca4c1cef4e325363a (
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
27
28
29
30
31
32
|
pkgbase = rootvim
pkgdesc = Custom Neovim configuration by realSUDO with isolated profile
pkgver = 2.6.0
pkgrel = 1
url = https://github.com/realSUDO/rootVim
arch = any
license = MIT
makedepends = git
depends = neovim
depends = python-pip
depends = nodejs
depends = npm
depends = clang
depends = xclip
depends = wl-clipboard
depends = tree-sitter
depends = gcc
depends = make
depends = unzip
depends = wget
depends = curl
depends = tar
depends = gzip
optdepends = stylua: Lua code formatting
optdepends = live-server: HTML development server (npm package)
optdepends = typescript: TypeScript compiler (npm package)
source = https://github.com/realSUDO/rootVim/archive/refs/heads/main.zip
source = install-noninteractive.sh
sha256sums = SKIP
sha256sums = SKIP
pkgname = rootvim
|