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

Compare commits

...

2 Commits

1
.vimrc
View File

@@ -80,6 +80,7 @@ Plugin 'tpope/vim-sensible'
Plugin 'kristijanhusak/vim-hybrid-material' Plugin 'kristijanhusak/vim-hybrid-material'
" Quick file system tree, mapped to Ctrl+n for quick toggle " Quick file system tree, mapped to Ctrl+n for quick toggle
Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/nerdtree'
Plugin 'Xuyuanp/nerdtree-git-plugin'
map <C-n> :NERDTreeToggle<CR> map <C-n> :NERDTreeToggle<CR>
let NERDTreeIgnore = ['\.pyc$', 'tags'] let NERDTreeIgnore = ['\.pyc$', 'tags']
" close vim if the only window left open is a NERDTree " close vim if the only window left open is a NERDTree