summaryrefslogtreecommitdiff
path: root/lua/core
diff options
context:
space:
mode:
Diffstat (limited to 'lua/core')
-rw-r--r--lua/core/options.lua4
1 files changed, 1 insertions, 3 deletions
diff --git a/lua/core/options.lua b/lua/core/options.lua
index 3d5855f..b8d3632 100644
--- a/lua/core/options.lua
+++ b/lua/core/options.lua
@@ -23,13 +23,11 @@ opt.fileformats = 'unix,mac,dos' -- Unix as standard file format
opt.encoding = 'utf-8' -- Encoding
opt.viewoptions = 'folds,cursor,curdir,slash,unix'
opt.wildignorecase = true
-opt.wildignore =
- '.git,.hg,.svn,*.pyc,*.o,*.out,*.jpg,*.jpeg,*.png,*.gif,*.zip,**/tmp/**,*.DS_Store,**/node_modules/**,**/bower_modules/**'
+opt.wildignore = '.git,.hg,.svn,*.pyc,*.o,*.out,*.jpg,*.jpeg,*.png,*.gif,*.zip,**/tmp/**,*.DS_Store,**/node_modules/**,**/bower_modules/**'
opt.hlsearch = false -- No highlight search
opt.incsearch = true
opt.ignorecase = true
opt.backspace = 'indent,eol,start'
---opt.autochdir = true
-----------------------------------------------------------
-- Tabs, indent