소스 검색

lazy loading vim-rooter might cause some issues

because if FindRootDirectory not being found
Abouzar Parvan 4 년 전
부모
커밋
82f7bbb6f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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