Skip to content

Commit 752e986

Browse files
turn autoread back on (#9)
1 parent a08f5f5 commit 752e986

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/config/options.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ vim.opt.autoindent = true
99
vim.opt.smartindent = true
1010
vim.opt.ignorecase = true
1111
vim.opt.smartcase = true
12-
vim.opt.autoread = false
12+
vim.opt.autoread = true
1313
vim.opt.mouse = ""
1414
vim.opt.undofile = true
1515
vim.g.disable_fancy_winbar = true

0 commit comments

Comments
 (0)