feat: autochdir

This commit is contained in:
Muhammad Nauman Raza 2024-01-16 20:53:36 +00:00
parent 2f864fbed0
commit 48d5794c88
Signed by: devraza
GPG key ID: 91EAD6081011574B

View file

@ -33,6 +33,7 @@ o.numberwidth = 4
o.relativenumber = true o.relativenumber = true
o.signcolumn = "yes" o.signcolumn = "yes"
o.termguicolors = true o.termguicolors = true
o.autochdir = true
-- Fix rendering of ASCII -- Fix rendering of ASCII
o.linespace = -1 o.linespace = -1