Dotfiles/nvim
Amir Alexander Abdelbaki f769ed5e7d feat(nvim): auto-reload buffers changed on disk by Claude Code
Claude Code can write files outside claudecode.nvim's diff-review
pipeline (plain Bash tool calls), leaving open buffers stale. Turn on
autoread and run :checktime on FocusGained/BufEnter/CursorHold(I) plus
claudecode.nvim's own ClaudeCodeDiffClosed/ClaudeCodeSendComplete User
autocmds, so buffers refresh the moment you leave the Claude Code
terminal or a diff/edit lands, without clobbering unsaved local edits.

Verified live against the installed plugin set: all four core events
and both User autocmds register and resolve to :checktime.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-23 11:03:22 +02:00
..
autoload/airline/themes fix(nvim): place airline cyberqueer theme inside rtp so it is auto-discovered 2026-05-19 08:59:50 +02:00
theme/cyberqueer.nvim added vim theme cyberqueer.nvim 2025-03-20 08:31:42 +01:00
coc-settings.json made the ip display a little more responsive by upping the pollrate 2025-03-31 10:42:06 +02:00
cyberqueer-airline.vim Update setup/modules/shell.sh 2025-10-13 19:49:20 +02:00
init.lua feat(nvim): auto-reload buffers changed on disk by Claude Code 2026-07-23 11:03:22 +02:00