From e602fc281c35c1ed4953ab4aaa81e915d646eafd Mon Sep 17 00:00:00 2001 From: Michael Campagnaro Date: Tue, 13 Jun 2023 23:10:47 -0400 Subject: [PATCH] Revert disabling netrw in vim - was having odd things happening in vim and it might be related to this or it might be due to the dotfiles change...dunno man --- .vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.vimrc b/.vimrc index cf7358c..1293067 100644 --- a/.vimrc +++ b/.vimrc @@ -374,8 +374,6 @@ set complete-=i " Don't scan all included files since it's rea set termguicolors syntax on " Enable highlighting for syntax -let g:netrw_dirhistmax = 0 " Disable netrw - set wildmenu set wildmode=longest,list,full set wildignore+=*/log/*,*.so,*.swp,*.zip,*/rdoc/*