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:
parent
d19e60cfc3
commit
e602fc281c
2
.vimrc
2
.vimrc
|
@ -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/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user