summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/lsp (follow)
AgeCommit message (Collapse)AuthorLines
2024-08-06nvim: rework lsp moduleChloé Vulquin-26/+17
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-29nvim: add python LSPsChloé Vulquin-3/+3
I have to touch it at work, as troubling as that is.
2024-07-24nvim: remove stale attach2.luaChloé Vulquin-42/+0
Oops I was debugging don't mind me.
2024-07-24nvim: continue fennel portingChloé Vulquin-41/+67
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-53/+36
One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh?
2024-07-23nvim: update to v3 which-key specChloé Vulquin-30/+35
2023-06-07update lspsChloe Kudryavtsev-0/+1
2023-05-07nvim: improve lsp option handling, add zlsChloe Kudryavtsev-17/+26
2023-04-29nvim: lsp: don't autostart deno or ts lspsChloe Kudryavtsev-0/+2
2023-04-14nvim: add clangd lspChloe Kudryavtsev-0/+1
2023-04-13nvim: redo the whole thingChloe Kudryavtsev-0/+78
reasons tm