NERDTree - Hide Python cache directories
This commit is contained in:
parent
2f374cc6cd
commit
eb6e32d62d
1 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,8 @@ autocmd VimEnter * if argc() == 0 && &columns > 150 | NERDTree | endif
|
|||
" Set the bookmarks file's path
|
||||
let g:NERDTreeBookmarksFile = GetVardataPath( 'NTBookmarks' )
|
||||
|
||||
" Hide Python cache directories
|
||||
let g:NERDTreeIgnore=['^__pycache__$']
|
||||
|
||||
" Hide the sign column
|
||||
autocmd FileType nerdtree setlocal signcolumn=no
|
||||
|
|
Loading…
Reference in a new issue