-
I could not get mini.files to act as the default directory explorer. {
"echasnovski/mini.files",
config = function()
require("mini.files").setup({ options = { use_as_default_explorer = true } })
end,
}, When I call I tried with 0.9.4 and also with the nightly versions. Also I set up a test config, with just lazy.nvim and mini.files. Still no luck. Is there anything, I missed? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I can not reproduce and not sure why this happens. It seems that something overriding or removing this feature of 'mini.files'. What does executing |
Beta Was this translation helpful? Give feedback.
Hi, thank you for the quick reply and thank you for your awesome plugin!
It said:
and then it came to me: It is lazy loaded, so apparently the commands do not work yet. Setting
lazy = false
in thelazy.nvim
config solves everything