From f2e01d7e513067ddb57c75f6e38cdcf434946cf8 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 22 Oct 2018 00:02:58 +0200 Subject: Major refactoring for version 2.0 vim-plug has been removed and replaced with Vims internal bundle mechanism. But I already noticed, that there is also GLVM now and started trying that as well. --- plugin/netrw.vim | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 plugin/netrw.vim (limited to 'plugin/netrw.vim') diff --git a/plugin/netrw.vim b/plugin/netrw.vim new file mode 100644 index 0000000..d9029cc --- /dev/null +++ b/plugin/netrw.vim @@ -0,0 +1,16 @@ +augroup NETRW + " Deprecated with this configuration, but still useful when deactivating some Plugins + " NETRW: obsolete with NERDTree + let g:netrw_alto = 0 | " open files on the right + let g:netrw_altv = 1 | " open files on the right + let g:netrw_banner = 0 | " display help messages? + let g:netrw_browse_split = 4 | " 4=open in previous window + let g:netrw_fastbrowse = 2 | " manually refresh direcory list (avoids display errors) + let g:netrw_hide = 1 | " show not-hidden files only + let g:netrw_keepdir = 0 + let g:netrw_list_hide = '^\..*' | " Explore mode: hide files starting with dot + let g:netrw_liststyle = 3 | " 3=tree + let g:netrw_preview = 0 | " + let g:netrw_winsize = 20 | " window size in percent + let s:treedepthstring = "│ " +augroup END -- cgit v1.2.3