diff options
| author | Christian Chiarulli <[email protected]> | 2022-09-19 19:06:30 -0400 | 
|---|---|---|
| committer | Christian Chiarulli <[email protected]> | 2022-09-19 19:06:30 -0400 | 
| commit | bb4a3769f9ac52cafb44de54cd5745467f0d7c15 (patch) | |
| tree | 79d4267e95c3b25d2082e82b81d1df9b11f1b90c | |
| parent | 58280f30adc06423c5b4972257d19b7d33921d26 (diff) | |
fix: remove warning message
| -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 | 
