Log
-
telescope.nvim: explicitly follow 0.1.x branch by Caio 2 weeks ago
-
Move home_cache_dir helper to custom mod by Caio 2 weeks ago
-
Point at origin, not mirror by Caio 2 weeks ago
-
Drop buffer switch mappings, rely on ]b by Caio 2 weeks ago
-
Use submodules and plain vim packages 💬 by Caio 2 weeks ago
The only wonky thing here is dependency management and the only thing requiring deps is telescope. Maybe I'll drop it.
-
Keep every fold open unless manually closed 💬 by Caio 2 weeks ago
Otherwise this acts weird with lsp-based fold: start with everythingg open -> load lsp -> jump to some other file -> jump back. Now all folds are closed
-
rip treesitter, more predictable fold behaviour by Caio 2 weeks ago
-
Use zenbones directly instead of via plugin mgr by Caio 2 weeks ago
-
Rely on builtin lsp and completions 💬 by Caio 2 weeks ago
And get rid of unused stuff
-
Use lsp folds when enabled by Caio 2 weeks ago
-
Ctrl+Tab cycles tabs forward 💬 by Caio 8 months ago
I rarely use tabs but C-Tab to flip flop makes no sense in my brain. Tab-Tab would, but I've no need for that
-
Use nvim 0.10+ default diagnostic bindings 💬 by Caio 8 months ago
]d is bound by default. I barely use ]ed since I added telescope I don't like the default open float binding but it's easy enough to memorize
-
Allow normal mode mouse by Caio a year ago
-
Rename with r instead of rn 💬 by Caio a year ago
wasting dem precious keystrokes. abserd
-
Remove diffview 💬 by Caio a year ago
I rarely remember this is configured. Fugitive and meld are muscle memory already
-
Fewer strings, more functions by Caio a year ago
-
Swap case and use telescope for lsp symbols by Caio a year ago
-
Fix broken autopairs + <enter> combo by Caio a year ago
-
Back in action. Minor changes 💬 by Caio a year ago
Helix is cool, but I'm tired of feeling powerless when something annoys me
-
lsp: setup ccls by Caio 2 years ago
-
lsp: extract common config by Caio 2 years ago
-
lsp: gt jumps to _type_ definition by Caio 2 years ago
-
lsp: no snippets, please 💬 by Caio 2 years ago
i use cmp without a snippet engine and now it started choking when completing any item if the lsp yields _any_ snippet as suggestion so far, this seems to fix it
-
add diffview plugin by Caio 2 years ago
-
use cmp helpers, set capabilities on LspStart by Caio 2 years ago
-
use vim.lsp.buf.format instead of formatting_sync by Caio 2 years ago
-
disable mouse by Caio 2 years ago
-
rust: rust-analyzer via rustup, remove workaround by Caio 2 years ago
-
No need to set the shell anymore by Caio 2 years ago
-
add bindings for telescope grep commands by Caio 2 years ago