feat: autochdir
This commit is contained in:
parent
2f864fbed0
commit
48d5794c88
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue