summaryrefslogtreecommitdiff
path: root/dot_config/nvim/.chezmoiremove (follow)
AgeCommit message (Collapse)AuthorLines
2025-04-02nvim: upgrade configs for v0.11Chloé Vulquin-0/+2
Bunch of stuff bundled with it. `lsp/` subject to changes.
2024-08-07nvim: move mini plugin into a single fileChloé Vulquin-0/+3
Also, simplify the opts. Since I no longer want to require a mini component for the config, I don't have to wrap it in an fn. Also, I should just do a `#{}` next time anyway.
2024-08-07nvim: move lsp into a single fileChloé Vulquin-0/+3
Also I removed the workspaces stuff. I don't use them.
2024-08-06nvim: rework lsp moduleChloé Vulquin-0/+3
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-08-06nvim: move plugins/bindings into a single fileChloé Vulquin-1/+4
The plan from now on will be "single big file" unless there's more complex things going on, such as with lsp.
2024-08-06nvim: simplify bindings.fnlChloé Vulquin-0/+2
This also introduces a neovim-level `.chezmoiremove`. This will be used from now on to cleanup files. It might grow over time but I can start trimming the top lines once it's been "long enough" anyway.