Skip to content

Commit

Permalink
hide source maps in NERDTree
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknisi committed Apr 4, 2015
1 parent 1bd3e0f commit 9652b67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vim/vimrc.symlink
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,8 @@ nnoremap <silent> <leader>u :call HtmlUnEscape()<cr>
let g:NERDTreeQuitOnOpen=0
" show hidden files in NERDTree
let NERDTreeShowHidden=1
" remove some files by extension
let NERDTreeIgnore = ['\.js.map$']
" Toggle NERDTree
nmap <silent> <leader>k :NERDTreeToggle<cr>
" expand to the path of the file in the current buffer
Expand Down

0 comments on commit 9652b67

Please sign in to comment.