Explorar o código

lazy loading vim-rooter might cause some issues

because if FindRootDirectory not being found
Abouzar Parvan %!s(int64=4) %!d(string=hai) anos
pai
achega
82f7bbb6f9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lua/plugins.lua

+ 1 - 1
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