From dd31843246ccdf9783f1b54d79b5e1ee22596399 Mon Sep 17 00:00:00 2001 From: listout Date: Thu, 25 Aug 2022 01:14:33 +0530 Subject: [wip] better lua config for nvim Signed-off-by: listout --- lua/core/options.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'lua/core/options.lua') 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 -- cgit v1.2.3