netrw hide list

This commit is contained in:
ManjaroOne666 2018-02-18 13:27:19 +00:00
commit e788b74cb9

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>