u.nvim/lux.toml
Jonathan Apodaca 4dfadf97e5
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 10s
update lua API to 1-based indices; add renderer
2025-05-04 15:22:19 -06:00

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"