chore (vimrc): use one style to assign values to options

This commit is contained in:
eeemsi 2025-11-10 14:33:13 +01:00
parent d1f3baacce
commit 74308124dd

2
vimrc
View File

@ -26,7 +26,7 @@ set list listchars=tab:>-,trail:-
let g:netrw_banner=0
" Tree style listing in netrw
let g:netrw_liststyle = 3
let g:netrw_liststyle=3
" let command-line completion operates in an enhanced mode
set wildmenu