tamago324/lir.nvim

Disable netrw

Closed this issue · 2 comments

In the terminal if I do $ nvim /path/to/directory/ as the docs suggest, netrw opens instead of lir.
Do I need to configure something special or is a bug?

This did the trick:

vim.g.loaded_netrw = 1
vim.g.loaded_netrwPlugin = 1

Thank you for reporting the problem!
I've just added a FAQ to the doc.