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:
parent
977297c7b3
commit
f66dba0e7a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user