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

Nerd tree icon colours

This commit is contained in:
2019-07-19 20:30:36 +02:00
parent 938b40ae62
commit b5aefbe143

2
.vimrc
View File

@@ -85,6 +85,8 @@ let NERDTreeIgnore = ['\.pyc$', 'tags']
" close vim if the only window left open is a NERDTree
autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif
Plugin 'tiagofumo/vim-nerdtree-syntax-highlight'
if has('patch-8.0-1364')
" Easily change position of windows