feat (vimrc): disable recently-visited directory history list

This commit is contained in:
eeemsi 2025-11-10 14:36:34 +01:00
parent 74308124dd
commit 8b948cd1dc

3
vimrc
View File

@ -28,6 +28,9 @@ let g:netrw_banner=0
" Tree style listing in netrw
let g:netrw_liststyle=3
" controls maximum quantity of entries in recently-visited directory history list
let g:netrw_dirhistmax=0
" let command-line completion operates in an enhanced mode
set wildmenu