blob: 13d52f730b53c1f7ef6099497338c19bb6e5b5df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
pkgbase = mason.nvim
pkgdesc = Package manager focused on IDE language extensions
pkgver = r1192.2381f50
pkgrel = 1
url = https://github.com/williamboman/mason.nvim
install = mason.nvim.install
arch = any
groups = neovim-plugins
license = Apache
makedepends = git
depends = neovim
depends = git
optdepends = neovim-lspconfig: setup configurations for LSP servers
optdepends = mason-lspconfig.nvim: bridge mason with lspconfig
optdepends = npm: for plugins installed from there
optdepends = luarocks: for plugins installed from there
optdepends = cargo: for plugins installed from there
optdepends = nvim-dap: to use installed DAP packages
optdepends = null-ls: to use installed formatters and linters
source = mason.nvim::git+https://github.com/williamboman/mason.nvim
md5sums = SKIP
pkgname = mason.nvim
|