2015-03-09 09:25:21 +01:00
|
|
|
" NERDTree: ' e' = toggle side bar
|
2020-10-06 14:47:29 +02:00
|
|
|
let g:NERDTreeGitStatusUpdateOnWrite = 1
|
2015-03-09 09:25:21 +01:00
|
|
|
|
2015-03-13 10:50:58 +01:00
|
|
|
" Set the bookmarks file's path
|
2015-03-13 12:10:23 +01:00
|
|
|
let g:NERDTreeBookmarksFile = GetVardataPath( 'NTBookmarks' )
|
2020-12-07 16:36:17 +01:00
|
|
|
|
2020-12-15 10:33:37 +01:00
|
|
|
" Hide Python cache directories
|
|
|
|
let g:NERDTreeIgnore=['^__pycache__$']
|
|
|
|
|
2020-12-07 16:36:17 +01:00
|
|
|
" Hide the sign column
|
|
|
|
autocmd FileType nerdtree setlocal signcolumn=no
|