Explorar el Código

lazy loading vim-rooter might cause some issues

because if FindRootDirectory not being found
Abouzar Parvan hace 4 años
padre
commit
82f7bbb6f9
Se han modificado 1 ficheros con 1 adiciones y 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