summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins (unfollow)
AgeCommit message (Collapse)AuthorLines
2024-07-29nvim/neotree: update to 3.xChloé Vulquin-0/+1
2024-07-29nvim: add python LSPsChloé Vulquin-0/+2
I have to touch it at work, as troubling as that is.
2024-07-26nvim: rename tbl to mixed-table, import it as "·"Chloé Vulquin-135/+135
I swear I'm not succumbing to the APL, I just couldn't find a better symbol.
2024-07-24nvim: continue fennel portingChloé Vulquin-0/+31
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-24nvim: rewrite config in fennelChloé Vulquin-0/+182
One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh?