summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/mini/init.fnl (unfollow)
AgeCommit message (Collapse)AuthorLines
2024-08-07nvim: move mini plugin into a single fileChloé Vulquin-20/+0
Also, simplify the opts. Since I no longer want to require a mini component for the config, I don't have to wrap it in an fn. Also, I should just do a `#{}` next time anyway.
2024-07-26nvim: rename tbl to mixed-table, import it as "·"Chloé Vulquin-20/+20
I swear I'm not succumbing to the APL, I just couldn't find a better symbol.
2024-07-24nvim: rewrite config in fennelChloé Vulquin-0/+20
One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh?