mirror of
https://github.com/webinstall/webi-installers.git
synced 2026-08-23 22:16:48 +00:00
vim-nerdtree ignore dirs not anything
This commit is contained in:
@@ -12,7 +12,7 @@ nnoremap <leader>f :NERDTreeFind<CR>
|
||||
let NERDTreeShowHidden=1
|
||||
|
||||
" keep ignoring .git, node_modules, vendor, and dist
|
||||
let NERDTreeIgnore=["\.git", "node_modules", "vendor", "dist"]
|
||||
let NERDTreeIgnore=["\.git/", "node_modules/", "vendor/", "dist/"]
|
||||
|
||||
" Start NERDTree when Vim is started without file arguments.
|
||||
autocmd StdinReadPre * let s:std_in=1
|
||||
|
||||
Reference in New Issue
Block a user