Ignore some files in nerdtree

This commit is contained in:
Thomas Lovén 2017-11-09 09:18:18 +01:00
parent 210271a062
commit 0f28f1e989

View File

@ -152,6 +152,9 @@ set shiftwidth=2
set softtabstop=2
set smartindent
set noswapfile
set hidden
" === PLUGIN MAPPINGS ===
nnoremap <silent>§ :NERDTreeToggle<CR>
let NERDTreeIgnore=['\.o$', '\.d$', '\~$']