116e3c5b25
feat(config): add configuration module
...
Problem: need user-configurable settings with sensible defaults.
Solution: add config module that merges vim.g.todo with defaults
for data_path, default_view, default_category, date_format, and
date_syntax.
2026-02-24 15:08:59 -05:00
be31f95551
ci: add GitHub workflows and issue templates
...
Problem: need CI for tests, quality checks, luarocks publishing,
and structured issue/discussion templates.
Solution: add test, quality, and luarocks workflows mirroring
diffs.nvim conventions. Add bug report, feature request, and
Q&A templates.
2026-02-24 15:08:53 -05:00
b617ee284e
build: add tooling and dev environment configs
...
Problem: need formatting, linting, testing, and nix dev shell configs.
Solution: add stylua, selene, lua-language-server, busted, pre-commit,
flake.nix, and luarocks rockspec configuration.
2026-02-24 15:08:44 -05:00
717a6133cd
build: initial repo scaffold
...
Problem: need project foundation files.
Solution: add MIT license, gitignore, and editorconfig.
2026-02-24 15:08:35 -05:00