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

This commit is contained in:
Michael Campagnaro 2023-06-13 23:10:47 -04:00
parent d19e60cfc3
commit e602fc281c

2
.vimrc
View File

@ -374,8 +374,6 @@ set complete-=i " Don't scan all included files since it's rea
set termguicolors set termguicolors
syntax on " Enable highlighting for syntax syntax on " Enable highlighting for syntax
let g:netrw_dirhistmax = 0 " Disable netrw
set wildmenu set wildmenu
set wildmode=longest,list,full set wildmode=longest,list,full
set wildignore+=*/log/*,*.so,*.swp,*.zip,*/rdoc/* set wildignore+=*/log/*,*.so,*.swp,*.zip,*/rdoc/*