Log
-
nvim: Back to telescope main branch 💬 by Caio 2 months ago
And update the other submodules yolo style
-
nvim: break on word boundaries when :set wrap by Caio 4 months ago
-
Remove wezterm config 💬 by Caio 5 months ago
Been back on Konsole for a while now. Switched because there's a bug where I shrinks to a tiny square when I switch displays with different scaling settings. Dunno if it still happens, dunno if it were my fault smh. I haven't missed it at all, so away it goes.
-
Add `t` as a "fancy" alias to tmux new-session 💬 by Caio 5 months ago
Much like my old bin/t I thought I wouldn't miss
-
Switch to Iosevka 💬 by Caio 5 months ago
I'm not sure I'd call it pretty, but it's very readable and very narrow; gives me a ton of extra columns for splits on a large display
-
Add js/ts LSP by Caio 5 months ago
-
Rely on the default .git root marker by Caio 5 months ago
-
lua lsp: Don't warn about vim global by Caio 6 months ago
-
Format lua code by Caio 6 months ago
-
Setup lua_ls as a lua lsp by Caio 6 months ago
-
Setup ruff server as a python lsp by Caio 6 months ago
-
When I say close I mean close, dad 💬 by Caio 7 months ago
sigh
-
Fix submodules after merging with nvim config repo 💬 by Caio 7 months ago
I've imported my nvim config repo into this one via: cd config.nvim.git git format-patch --root $first-commit HEAD -o /tmp/ cd ../dotfiles.git git am --directory config/nvim /tmp/*.patch The only thing that was left broken (unsurprisingly) were the submodules paths This patch fixes the .gitmodules location and content so now I'm back to a single git repo to manage local config \o/ -
Adjust rust-analyzer checkOnSave settings by Caio 9 months ago
-
Use nvim api to create autocmds by Caio 10 months ago
-
DRY on autocmd to handle events on buffers by Caio 11 months ago
-
Source ~/.vimrc.lua if it exists by Caio 11 months ago
-
telescope.nvim: explicitly follow 0.1.x branch by Caio a year ago
-
Move home_cache_dir helper to custom mod by Caio a year ago
-
Point at origin, not mirror by Caio a year ago
-
Drop buffer switch mappings, rely on ]b by Caio a year ago
-
Use submodules and plain vim packages 💬 by Caio a year 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 a year 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 a year ago
-
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