diff options
author | Abouzar Parvan <[email protected]> | 2021-08-04 20:24:31 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-08-04 20:24:31 +0430 |
commit | 82f7bbb6f901b7506eea6eea0fab0e0e5fd5def1 (patch) | |
tree | d14e5e8ffb28d2e7c651640ea94845e6fa2030d1 /lua/plugins.lua | |
parent | db19d4c13c3b2cf15150e7c51c05cff07a316247 (diff) |
lazy loading vim-rooter might cause some issues
because if FindRootDirectory not being found
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 |