From 0b8ee99002e1d5f4ef9eb4685b3d92e9695e34cf Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Fri, 24 May 2024 14:09:39 +0300 Subject: [PATCH] Long netrw's style seems to be useful --- vim/.vim/plugin/netrw.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vim/plugin/netrw.vim b/vim/.vim/plugin/netrw.vim index 9b71a8d..cef0ee1 100644 --- a/vim/.vim/plugin/netrw.vim +++ b/vim/.vim/plugin/netrw.vim @@ -4,6 +4,7 @@ g:loaded_mein_netrw = 1 g:netrw_banner = 0 g:netrw_bufsettings = "noma nomod nowrap ro nobl" +g:netrw_liststyle = 1 def g:WinClose(islocal: number): string close -- 2.48.1