diff options
| author | jdhao <jdhao@hotmail.com> | 2021-08-07 02:44:57 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-08-07 03:15:22 +0800 |
| commit | 8dffa8bd23606cb72831bdd22f00b41e3bce8d30 (patch) | |
| tree | c48f4494804664ab04219a60ef67ff346d541422 /core/options.vim | |
| parent | d434627738c59473530d807cb645df6deb4c8e80 (diff) | |
chore: formatting and fix spell errors
Diffstat (limited to 'core/options.vim')
| -rw-r--r-- | core/options.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/options.vim b/core/options.vim index 0150c2e..44f728f 100644 --- a/core/options.vim +++ b/core/options.vim @@ -76,7 +76,7 @@ set fileformats=unix,dos " Fileformats to use for new files set inccommand=nosplit " Show the result of substitution in real time for preview -" Ignore certain files and folders when globbing +" Ignore certain files and folders when globing set wildignore+=*.o,*.obj,*.bin,*.dll,*.exe set wildignore+=*/.git/*,*/.svn/*,*/__pycache__/*,*/build/** set wildignore+=*.jpg,*.png,*.jpeg,*.bmp,*.gif,*.tiff,*.svg,*.ico |
