u.nvim/lux.toml
Jonathan Apodaca d9e6614aa4
All checks were successful
NeoVim tests / plenary-tests (push) Successful in 9s
1-based indexing rewrite
2025-04-11 14:10:52 -06:00

19 lines
294 B
TOML

package = "u.nvim"
version = "0.1.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"