فهرست منبع

fix: remove warning message

Christian Chiarulli 2 سال پیش
والد
کامیت
bb4a3769f9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lua/lvim/core/lir.lua

+ 1 - 1
lua/lvim/core/lir.lua

@@ -97,7 +97,7 @@ end
 
 function M.setup()
   if lvim.builtin.nvimtree.active then
-    Log:warn "Unable to configure lir while nvimtree is active! Please set 'lvim.builtin.nvimtree.active=false'"
+    -- Log:warn "Unable to configure lir while nvimtree is active! Please set 'lvim.builtin.nvimtree.active=false'"
     return
   end