| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-08-07 | nvim: rework mixed-table macro | -4/+12 | ||
| I didn't like that you couldn't keep mixing and matching, so I made it so you can. In the process, I also implemented even?, odd?, filter, mapcat, flat, and concat. Some of them didn't end up needing to exist, and the entire :toast. namespace does need to be cleaned up. Then again, it's not like I'm selling this like an alternative stdlib. I should really try and port all of clojure.core though, it'd be funny. | ||||
| 2024-07-24 | nvim: continue fennel porting | -1/+2 | ||
| Yeah I'm lazy but these are my dotfiles. A quick summary: * plugins.lsp.attach is now ported * toast.core is reorganized * new nil? and number? checks * new assoc function * new toast.table.unpack function (cross lua compat) * toast.macros.tbl now uses assoc instead of from-pairs and group * apparently I had forgotten to add {pre,post,init}.fnl before, so that's done now Still todo: ftplugin, colors. | ||||
| 2024-07-24 | nvim: rewrite config in fennel | -0/+16 | ||
| One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh? | ||||
