Move minttea out of stalled state
Add hypothetical YAML-based framework
docs: Reformat spec to be clearer and more explicit
update odin note in readme
but I don't lie in the stats
ratatui: I have silenced the pedantic clippy.
At the same time, readability, code complexity, number of lines, and
binary size have all reduced. Thanks clippy!
ratatui: looks like that reduced code complexity in exchange for a larger binary
refactor(ratatui)!: apply suggestions from clippy and ... ???
ratatui: we love clippy don't we
stats: Fix grammar in docstring
stats: Reformat match block
Ostensibly pissed off at `nvim-nu` (particularly the tree-sitter-nu it
used which is unquestionably out-of-date) causing highlights to break
of in the middle of words, ie, [not]hing, until `nushell/tree-sitter-nu`
came along which supported more recent versions!
Still a little uneasy with the highlights having been used to built-in
highlights for languages like Bash and Fish. Hopefully this will be
fixed soon (see nushell/tree-sitter-nu#99 and nushell/tree-sitter-nu#98).
stats: Better column names & more resilient script
use a fancy nu script for stats
I had no idea you can deinit an ArrayList
And defer in a loop, amazing!