mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-18 00:08:21 +02:00
lazy loading vim-rooter might cause some issues
because if FindRootDirectory not being found
This commit is contained in:
parent
db19d4c13c
commit
82f7bbb6f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue