Ignore some files in nerdtree
This commit is contained in:
parent
210271a062
commit
0f28f1e989
@ -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$', '\~$']
|
||||
|
Loading…
x
Reference in New Issue
Block a user