From b76bcd6f8da8b571c849a15f1609a71eb943dd2d Mon Sep 17 00:00:00 2001 From: Marco Dalla Stella Date: Fri, 27 Feb 2026 10:28:25 +0100 Subject: [PATCH] Auto-update the file when changed --- plugin/10_options.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/10_options.lua b/plugin/10_options.lua index e1b1f5a..7637e6e 100644 --- a/plugin/10_options.lua +++ b/plugin/10_options.lua @@ -48,6 +48,7 @@ vim.o.splitright = true -- Vertical splits will be to the right vim.o.winborder = 'rounded' -- Use border in floating windows vim.o.wrap = false -- Visually wrap lines (toggle with \w) vim.o.hls = false +vim.o.autoread = true vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line