From 0a5251af60a4b14109889354cfcba02f66352bac Mon Sep 17 00:00:00 2001 From: momoyonwork Date: Tue, 17 Dec 2024 21:32:09 +0500 Subject: [PATCH] Set autochdir --- init.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/init.lua b/init.lua index 0608c152..254c04f7 100644 --- a/init.lua +++ b/init.lua @@ -966,5 +966,6 @@ require('lazy').setup({ }, }) +vim.opt.autochdir = true -- The line beneath this is called `modeline`. See `:help modeline` -- vim: ts=2 sts=2 sw=2 et