All checks were successful
NeoVim tests / plenary-tests (push) Successful in 10s
19 lines
294 B
TOML
19 lines
294 B
TOML
package = "u.nvim"
|
|
version = "0.2.0"
|
|
lua = ">=5.1"
|
|
|
|
[description]
|
|
summary = ""
|
|
maintainer = "jrop"
|
|
labels = [ "library", "neovim", "neovim-plugin", "range", "utility" ]
|
|
|
|
|
|
[dependencies]
|
|
# Add your dependencies here
|
|
# `busted = ">=2.0"`
|
|
|
|
[run]
|
|
args = [ "src/main.lua" ]
|
|
|
|
[build]
|
|
type = "builtin" |