Ignore some files in nerdtree
This commit is contained in:
@@ -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$', '\~$']
|
||||
|
||||
Reference in New Issue
Block a user