From e24c0416f1d687f0ccb0f4f0ed526ab60b8449cf Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:45:03 +1300 Subject: Rename netrw.vim to plugin.vim For plugin-specific configuration. --- vim/config/netrw.vim | 16 ---------------- vim/config/plugin.vim | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 16 deletions(-) delete mode 100644 vim/config/netrw.vim create mode 100644 vim/config/plugin.vim (limited to 'vim') diff --git a/vim/config/netrw.vim b/vim/config/netrw.vim deleted file mode 100644 index b38649b9..00000000 --- a/vim/config/netrw.vim +++ /dev/null @@ -1,16 +0,0 @@ -" netrw plugin configuration -if has('eval') - - " Don't show the preamble banner - let g:netrw_banner = 0 - - " Perform file transfers silently - let g:netrw_silent = 1 - - " Use a tree-style file listing - let g:netrw_liststyle = 3 - - " Don't list the current directory shortcut, and don't show tags files - let g:netrw_list_hide = '^\.$,^tags$' - -endif diff --git a/vim/config/plugin.vim b/vim/config/plugin.vim new file mode 100644 index 00000000..b38649b9 --- /dev/null +++ b/vim/config/plugin.vim @@ -0,0 +1,16 @@ +" netrw plugin configuration +if has('eval') + + " Don't show the preamble banner + let g:netrw_banner = 0 + + " Perform file transfers silently + let g:netrw_silent = 1 + + " Use a tree-style file listing + let g:netrw_liststyle = 3 + + " Don't list the current directory shortcut, and don't show tags files + let g:netrw_list_hide = '^\.$,^tags$' + +endif -- cgit v1.2.3