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