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:
5
.vimrc
5
.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 <C-n> :NERDTreeToggle<CR>
|
||||
|
||||
" ==
|
||||
" == Content convenience
|
||||
|
||||
" Python autocompletion
|
||||
Plugin 'davidhalter/jedi-vim'
|
||||
|
||||
Reference in New Issue
Block a user