diff options
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lvim/core/lir.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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 | 
