Blacksuan19 / init.nvim

An Opinionated Neovim Config for the Minimalists
https://www.blacksuan19.dev/projects/init-nvim/
422 stars 53 forks source link

why disable netrw? #7

Closed ZaynJarvis closed 4 years ago

ZaynJarvis commented 4 years ago

Love this setting but I get an empty screen when e.g. nvim .. Just wanna know any specific reason to disable netrw? let loaded_netrw = 0

image
Blacksuan19 commented 4 years ago

Yup it's because netrw is disabled, I don't see a use case for it since we have fzf which is arguably better

ZaynJarvis commented 4 years ago

sure, understand. In that case, is it possible if we can use fzf windows as default content when we open a folder with nvim? Feel like it's gonna be cool to do that.

On Tue, Sep 8, 2020, 18:30 Abubakar Yagoub notifications@github.com wrote:

Yup it's because netrw is disabled, I don't see a use case for it since we have fzf which is arguably better

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Blacksuan19/init.nvim/issues/7#issuecomment-688778004, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHTGAS25BSD7W4IUB7UMEYTSEYBVTANCNFSM4Q7PGMGA .

Blacksuan19 commented 4 years ago

I did have something like that in the past but there were some issues with it and startify, will take another look into it

ZaynJarvis commented 4 years ago

awesome thx!