diff --git a/.vimrc b/.vimrc index a0c6d45..97f4cc3 100644 --- a/.vimrc +++ b/.vimrc @@ -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 :NERDTreeToggle -" == +" == Content convenience " Python autocompletion Plugin 'davidhalter/jedi-vim'