lazy loading vim-rooter might cause some issues

because if FindRootDirectory not being found
This commit is contained in:
Abouzar Parvan 2021-08-04 20:24:31 +04:30 committed by GitHub
parent db19d4c13c
commit 82f7bbb6f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -147,7 +147,7 @@ return {
-- vim-rooter
{
"airblade/vim-rooter",
event = "BufReadPre",
-- event = "BufReadPre",
config = function()
require("core.rooter").setup()
if lvim.builtin.rooter.on_config_done then