Auto-update the file when changed

This commit is contained in:
2026-02-27 10:28:25 +01:00
parent a90177c992
commit b76bcd6f8d
+1
View File
@@ -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.winborder = 'rounded' -- Use border in floating windows
vim.o.wrap = false -- Visually wrap lines (toggle with \w) vim.o.wrap = false -- Visually wrap lines (toggle with \w)
vim.o.hls = false vim.o.hls = false
vim.o.autoread = true
vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line vim.o.cursorlineopt = 'screenline,number' -- Show cursor line per screen line