ITADN

See if lazy can be used to disable netrw

#1622Openmikavilpas 创建于 2026-02-09
stale
M
mikavilpascommented
> If any is using lazy.nvim plugin manager, you can also disable netrw from there and won't need to disable it from yazi plugin: > > ```lua > require('lazy').setup { > -- other config... > > -- DISABLE NETRW HERE > performance = { > rtp = { > disabled_plugins = { > 'netrw', > 'netrwPlugin', -- maybe just this one is enough > 'netrwSettings', > 'netrwFileHandlers', > }, > }, > }, > } > > ``` _Originally posted by @andradei in [#802](https://github.com/mikavilpas/yazi.nvim/issues/802#issuecomment-3855474537)_
1 条评论