home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs
commit 6ad02df30677ebde33d8a103ffcfc2e42403aea1
parent 36870c3d944f3c7218f99d17849040572b580faf
Author: Pollux <pollux@pollux.codes>
Date:   Mon, 26 May 2025 21:41:17 -0500

vim: enable netrw tree style

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
M.vimrc | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.vimrc b/.vimrc @@ -54,6 +54,7 @@ set relativenumber let g:netrw_keepdir = 0 let g:netrw_banner = 0 +let g:netrw_liststyle = 3 let g:netrw_list_hide = '\(^\|\s\s\)\zs\.\S\+' let g:netrw_localcopydircmd = 'cp -r'