Initial vibecoded proof of concept
This commit is contained in:
parent
74812459af
commit
461318a656
61 changed files with 13306 additions and 0 deletions
20
rocks.toml
Normal file
20
rocks.toml
Normal file
|
@ -0,0 +1,20 @@
|
|||
[project]
|
||||
name = "notex.nvim"
|
||||
version = "0.1.0"
|
||||
description = "Relational document system for Neovim"
|
||||
homepage = "https://github.com/username/notex.nvim"
|
||||
license = "MIT"
|
||||
|
||||
[dependencies]
|
||||
lsqlite3 = "^0.9"
|
||||
lyaml = "^6.2"
|
||||
|
||||
[dev-dependencies]
|
||||
busted = "^2.0"
|
||||
nvim-test = "^1.0"
|
||||
|
||||
[scripts]
|
||||
test = "busted"
|
||||
test-watch = "busted --watch"
|
||||
lint = "luacheck lua/notex"
|
||||
format = "stylua lua/notex"
|
Loading…
Add table
Add a link
Reference in a new issue