explicitly set autoread to true

This commit is contained in:
2022-03-29 17:49:39 +03:00
parent 412ba9542d
commit 3c9d305dca

View File

@@ -38,6 +38,7 @@ opt.smartcase = true
opt.ignorecase = true
opt.scrolloff = 5
opt.colorcolumn = "120"
opt.autoread = true
-- if vim.fn.has("win32") == 1 then
-- opt.shell = "powershell.exe"