From bb4a3769f9ac52cafb44de54cd5745467f0d7c15 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Mon, 19 Sep 2022 19:06:30 -0400 Subject: fix: remove warning message --- lua/lvim/core/lir.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lua/lvim/core') diff --git a/lua/lvim/core/lir.lua b/lua/lvim/core/lir.lua index 694ea4eb..25f3820f 100644 --- a/lua/lvim/core/lir.lua +++ b/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 -- cgit v1.2.3