From 82f7bbb6f901b7506eea6eea0fab0e0e5fd5def1 Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Wed, 4 Aug 2021 20:24:31 +0430 Subject: lazy loading vim-rooter might cause some issues because if FindRootDirectory not being found --- lua/plugins.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/plugins.lua b/lua/plugins.lua index c18dfa2b..57faca4e 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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 -- cgit v1.2.3