summaryrefslogtreecommitdiff
path: root/dot_config/nvim/lua/plugins/lsp/init.lua (follow)
AgeCommit message (Collapse)AuthorLines
2024-08-07nvim: move lsp into a single fileChloé Vulquin-28/+0
Also I removed the workspaces stuff. I don't use them.
2024-08-07nvim/lsp: correct wrong orderingChloé Vulquin-1/+1
Yeah so the default is the specific attach, not the default one I wrote up.
2024-08-06nvim: rework lsp moduleChloé Vulquin-20/+13
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: rewrite config in fennelChloé Vulquin-53/+34
One file isn't done, and there's also the question of ftplugin and co. One step at a time though, eh?
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/+41
reasons tm