This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
2020-10-23 09:45:55 +02:00
|
|
|
" Vim
|
|
|
|
" Other IDEs
|
|
|
|
" Python
|
|
|
|
" Java
|
|
|
|
" Git
|
|
|
|
" Stack & Haskell
|
|
|
|
" CMake
|
|
|
|
" Non-text files
|
|
|
|
let NERDTreeIgnore = [
|
|
|
|
\ '^\.vim$',
|
|
|
|
\ '^\.vscode$', '.*\.code-workspace$', '^\.idea$',
|
|
|
|
\ '^__pycache__$', '^\.pytest_cache$', '^venv$', '\.egg-info$', '^dist$', '^build$', '^\.eggs$',
|
|
|
|
\ '^out$',
|
|
|
|
\ '^\.git$',
|
|
|
|
\ '^\.stack-work$', '\.lock$',
|
|
|
|
\ '^CMakeFiles$', '^CMakeCache.txt$',
|
|
|
|
\ '.pdf$']
|
2020-08-28 09:15:08 +02:00
|
|
|
let NERDTreeShowHidden = 1
|