My vim configuration
git clone https://github.com/m-col/vim-misc
Files | Refs | Readme

Commit 0ff2f35798ce5690aa4c6f7a8e7577d6d9f7babf
Parent: 500250707b1dc4c86dcaba86794d2d3f10a0214a
Author: Matt Colligan <matthewcolligan@improbable.io>
Date: 2023-10-18 19:15:14 +0100
Committer: Matt Colligan <matthewcolligan@improbable.io>
Committed: 2023-10-18 19:15:14 +0100

make netrw thin listing

start/self/plugin/settings.vim Modified

@@ -46,7 +46,7 @@
 
 set autochdir			" cwd to current file
 
-let g:netrw_liststyle=3		" Set netrw style to tree
+let g:netrw_liststyle=0		" Set netrw style to thin listing
 
 " restore last line in opened file
 au BufReadPost *