From ad20848d86dc70c1b676a8937af69f3096301f4e Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Mon, 18 Dec 2023 13:45:53 +0100 Subject: [PATCH] Extract 'netrw' config --- .vim/plugin/netrw.vim | 3 +++ .vimrc | 7 ------- 2 files changed, 3 insertions(+), 7 deletions(-) create mode 100644 .vim/plugin/netrw.vim diff --git a/.vim/plugin/netrw.vim b/.vim/plugin/netrw.vim new file mode 100644 index 0000000..9a7719b --- /dev/null +++ b/.vim/plugin/netrw.vim @@ -0,0 +1,3 @@ +let g:netrw_winsize = 30 +let g:netrw_liststyle=3 +let g:netrw_banner = 0 diff --git a/.vimrc b/.vimrc index f4e9d0c..0c44ed4 100644 --- a/.vimrc +++ b/.vimrc @@ -30,13 +30,6 @@ set spellsuggest+=5 " Limit spell suggestions set wildignore+=*/node_modules/*,*/tmp/*,*.so,*.swp,*.zip set thesaurus+=~/.vim/thesaurus/mthesaur.txt -" File explorer -let g:netrw_winsize = 30 -let g:netrw_liststyle=3 -let g:netrw_banner = 0 - -" }}} - " Folds {{{ " Insert date