feat(nvim): disable netrw

This commit is contained in:
Barrett Ruth 2026-03-01 17:28:16 -05:00
parent 060cb3d7a8
commit 639f1a4eac
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
4 changed files with 40 additions and 8 deletions

View file

@ -46,7 +46,9 @@ opt.matchpairs:append('<:>')
o.number = true
o.relativenumber = true
o.signcolumn = 'no'
o.statuscolumn = '%s%C %=%{v:relnum?v:relnum:v:lnum} '
o.statusline = " %{len(expand('%'))?expand('%:~').' ':''}%h%m%r%=%c:%l/%L "
opt.path:append('**')