Log
-
Use zenbones directly instead of via plugin mgr by Caio a year ago
-
Rely on builtin lsp and completions 💬 by Caio a year ago
And get rid of unused stuff
-
Use lsp folds when enabled by Caio a year ago
-
Ctrl+Tab cycles tabs forward 💬 by Caio 2 years 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 2 years 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 2 years ago
-
Rename with r instead of rn 💬 by Caio 2 years ago
wasting dem precious keystrokes. abserd
-
Remove diffview 💬 by Caio 2 years ago
I rarely remember this is configured. Fugitive and meld are muscle memory already
-
Fewer strings, more functions by Caio 2 years ago
-
Swap case and use telescope for lsp symbols by Caio 2 years ago
-
Fix broken autopairs + <enter> combo by Caio 2 years ago
-
Back in action. Minor changes 💬 by Caio 2 years ago
Helix is cool, but I'm tired of feeling powerless when something annoys me
-
lsp: setup ccls by Caio 3 years ago
-
lsp: extract common config by Caio 3 years ago
-
lsp: gt jumps to _type_ definition by Caio 3 years ago
-
lsp: no snippets, please 💬 by Caio 3 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 3 years ago
-
use cmp helpers, set capabilities on LspStart by Caio 3 years ago
-
use vim.lsp.buf.format instead of formatting_sync by Caio 3 years ago
-
disable mouse by Caio 3 years ago
-
rust: rust-analyzer via rustup, remove workaround by Caio 3 years ago
-
No need to set the shell anymore by Caio 3 years ago
-
add bindings for telescope grep commands by Caio 4 years ago
-
More vim.lsp.*, less telescope by Caio 3 years ago
-
Use <buffer> when setting up lsp formatting by Caio 3 years ago
-
Drop intent-blankline.nvim 💬 by Caio 4 years ago
It's the third time I find myself working around glitches related to this... Cute, but not worth it. At least for now.
-
No more vim.api.nvim_set_keymap by Caio 4 years ago
-
vim.keymap.set instead of nvim_set_keymap directly 💬 by Caio 4 years ago
yay good things
-
remove nvim-lua/popup.nvim: not needed anymore by Caio 4 years ago
-
drop gord.nvim: unused by Caio 4 years ago