plugins - Added NERDTree
This commit is contained in:
parent
1bc2b6acb4
commit
6a4f86b634
4 changed files with 10 additions and 4 deletions
bundles-init
|
@ -1,15 +0,0 @@
|
|||
" NERDTree: ' e' = toggle side bar
|
||||
let g:NERDTreeGitStatusUpdateOnWrite = 1
|
||||
nnoremap <Leader>e :NERDTreeToggle<CR>
|
||||
|
||||
" Open automatically if there are more than 150 columns and no file was specified
|
||||
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
|
|
@ -1 +0,0 @@
|
|||
NeoBundle 'scrooloose/nerdtree'
|
Loading…
Add table
Add a link
Reference in a new issue