diff --git a/lua/core/options.lua b/lua/core/options.lua index 4f8a2e4..acd2d60 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -33,6 +33,7 @@ o.numberwidth = 4 o.relativenumber = true o.signcolumn = "yes" o.termguicolors = true +o.autochdir = true -- Fix rendering of ASCII o.linespace = -1