1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

Change netrw settings

This commit is contained in:
jdhao 2019-11-23 01:24:51 +08:00
parent 977297c7b3
commit f66dba0e7a

View File

@ -20,9 +20,11 @@ let mapleader = ','
"}}
"{{ Disable loading certain plugins
" Do not load netrw by default since I do not use it, see
" Whether to load netrw by default, see
" https://github.com/bling/dotvim/issues/4
let g:loaded_netrwPlugin = 1
" let g:loaded_netrw = 0
" let g:loaded_netrwPlugin = 0
let g:netrw_liststyle = 3
" Do not load tohtml.vim
let g:loaded_2html_plugin = 1