From b5aefbe143521fdae8667f9f98d4ae4d453f4e3c Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Fri, 19 Jul 2019 20:30:36 +0200 Subject: [PATCH] Nerd tree icon colours --- .vimrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.vimrc b/.vimrc index 33c3632..d342040 100644 --- a/.vimrc +++ b/.vimrc @@ -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