1
0
mirror of https://github.com/aquatix/dotfiles.git synced 2025-12-06 21:45:10 +01:00

Added nerdtree with ctrl+n toggle

This commit is contained in:
Michiel Scholten
2014-09-20 20:38:35 +02:00
parent 1154dd47a6
commit 33ecacfa61

5
.vimrc
View File

@@ -25,8 +25,11 @@ Plugin 'mhinz/vim-signify'
Plugin 'tpope/vim-sensible'
" Nice colour scheme
Plugin 'jnurmine/Zenburn.git'
" Quick file system tree, mapped to Ctrl+n for quick toggle
Plugin 'scrooloose/nerdtree'
map <C-n> :NERDTreeToggle<CR>
" ==
" == Content convenience
" Python autocompletion
Plugin 'davidhalter/jedi-vim'