netrw hide list

This commit is contained in:
ManjaroOne666 2018-02-18 13:27:19 +00:00
parent b0f22bdc9b
commit e788b74cb9
1 changed files with 1 additions and 0 deletions

1
vimrc
View File

@ -442,6 +442,7 @@ let g:UltiSnipsEditSplit='horizontal'
" Netrw
let g:netrw_liststyle=3
let g:netrw_list_hide='^\..*'
" NERDtree
" nnoremap <F3> :NERDTreeFocus<CR>