From 48d5794c88d183e28f03b9a4870c91cb75b99dd8 Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Tue, 16 Jan 2024 20:53:36 +0000 Subject: [PATCH] feat: autochdir --- lua/core/options.lua | 1 + 1 file changed, 1 insertion(+) 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