Enable hidden files in NerdTree

This commit is contained in:
Marcin Woźniak 2021-08-08 23:21:06 +02:00
parent ae6b57ae29
commit df112737a3
Signed by: y0rune
GPG Key ID: F204C385F57EB348
1 changed files with 3 additions and 0 deletions

View File

@ -180,6 +180,9 @@ set ic
let &t_SI = "\<esc>[6 q"
let &t_EI = "\<esc>[2 q"
" Enable show hidden in NerdTree
let NERDTreeShowHidden=1
" multiple cursors
let g:multi_cursor_start_word_key = '<C-n>'
let g:multi_cursor_select_all_word_key = '<A-n>'