-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathlux.toml
More file actions
22 lines (18 loc) 路 607 Bytes
/
Copy pathlux.toml
File metadata and controls
22 lines (18 loc) 路 607 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package = "rustaceanvim"
lua = "==5.1"
[source]
url = "https://github.com/mrcjkb/$(PACKAGE)/archive/refs/tags/v$(VERSION).zip"
dev = "git+https://github.com/mrcjkb/$(PACKAGE).git"
[description]
summary = "馃 Supercharge your Rust experience in Neovim! A heavily modified fork of rust-tools.nvim"
maintainer = "mrcjkb"
labels = [ "dap", "debug-adapter-protocol", "language-server-protocol", "lsp", "neovim", "nvim", "plugin", "rust", "rust-analyzer", "rust-lang", "rust-tools" ]
license = "GPL-2.0-only"
[build]
type = "builtin"
copy_directories = [
"doc",
"ftplugin"
]
[test]
type = "busted-nlua"