Robert's Homepage

How to Autoreload File in Vim Without using :edit

#neovim #vim

Background

Steps

-- options.lua
local options = {
  -- Snipped for brevity
  autoread = true
}
set autoread