Skip to content

diogo464/hotreload.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

hotreload.nvim

A Neovim plugin that automatically runs :checktime on visible buffers when they change on disk. This is quite usefull when working with cli based AI agents like claude code or aider since you can see the files changing in real time.

Features

  • Periodically checks for file changes (default: every 500ms)
  • Runs :checktime when a buffer becomes visible or gets focus
  • Only checks unmodified buffers to avoid conflicts with your work

Installation

Using lazy.nvim:

{
    'diogo464/hotreload.nvim',
    opts = {
        -- Check interval in milliseconds (default: 500)
        interval = 500,
    }
}

About

Automatically reloads Neovim buffers when files change on disk

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages