summaryrefslogtreecommitdiff
path: root/dot_config/nvim/post.lua (unfollow)
AgeCommit message (Collapse)AuthorLines
2024-07-24nvim: continue fennel portingChloƩ Vulquin-3/+6
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.
2023-06-07update lspsChloe Kudryavtsev-1/+1
2023-05-05nvim: update misc thingsChloe Kudryavtsev-0/+1
2023-05-04nvim: many changesChloe Kudryavtsev-0/+2
* add pre and post dot lua with dofile * disable janet plugin (todo: remove once I confirm that the treesitter impl is good enough) * treesitter on janet * custom janet ft detection