summaryrefslogtreecommitdiff
path: root/dot_config/nvim/fnl/plugins/lsp.fnl (unfollow)
AgeCommit message (Collapse)AuthorLines
2025-04-02nvim: upgrade configs for v0.11Chloé Vulquin-54/+0
Bunch of stuff bundled with it. `lsp/` subject to changes.
2024-10-04nvim: tsserver -> ts_lsChloé Vulquin-2/+2
2024-08-14nvim: move to basedpyright over pyrightChloé Vulquin-2/+2
The interest is mostly in the code actions.
2024-08-07nvim: move lsp into a single fileChloé Vulquin-9/+32
Also I removed the workspaces stuff. I don't use them.
2024-08-06nvim: rework lsp moduleChloé Vulquin-2/+2
There's still some improvements to be made, but this is cleaner. We lose global caps defaults, but those made no sense to begin with. We do also lose caps overrides, I'll add them back in if I need them. In the process, we gain `every?` and `executable?`. There's also a misc comp print vim.inspect to vim.print change.
2024-07-26nvim: rename tbl to mixed-table, import it as "·"Chloé Vulquin-18/+18
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.