feat(nvim): disable netrw
This commit is contained in:
parent
060cb3d7a8
commit
639f1a4eac
4 changed files with 40 additions and 8 deletions
|
|
@ -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('**')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue