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 b8d3632..4afea06 100644 --- a/lua/core/options.lua +++ b/lua/core/options.lua @@ -28,6 +28,7 @@ opt.hlsearch = false -- No highlight search opt.incsearch = true opt.ignorecase = true opt.backspace = 'indent,eol,start' +opt.exrc = true ----------------------------------------------------------- -- Tabs, indent |