diff options
| author | jdhao <jdhao@hotmail.com> | 2019-11-23 01:24:51 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2019-11-23 01:24:51 +0800 |
| commit | f66dba0e7aa950ecbc0441cb2f7dc7182c96aa22 (patch) | |
| tree | 64eb2f79c501163363e217c1d58c0ec58cf0460d /variables.vim | |
| parent | 977297c7b32499a2a365a412a09270c0b68dc61a (diff) | |
Change netrw settings
Diffstat (limited to 'variables.vim')
| -rw-r--r-- | variables.vim | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/variables.vim b/variables.vim index d9df11e..1750aa6 100644 --- a/variables.vim +++ b/variables.vim @@ -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 |
