diff options
Diffstat (limited to 'lua/core/options.lua')
-rw-r--r-- | lua/core/options.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/core/options.lua b/lua/core/options.lua index 12609e3..3d5855f 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -29,6 +29,7 @@ opt.hlsearch = false -- No highlight search opt.incsearch = true opt.ignorecase = true opt.backspace = 'indent,eol,start' +--opt.autochdir = true ----------------------------------------------------------- -- Tabs, indent |