mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-31 23:20:08 +02:00
fix logging when plenary is not available (#1390)
This commit is contained in:
parent
cfefddde9e
commit
5b94e3cee2
11 changed files with 61 additions and 35 deletions
|
@ -52,7 +52,7 @@ end
|
|||
function M.setup()
|
||||
local status_ok, nvim_tree_config = pcall(require, "nvim-tree.config")
|
||||
if not status_ok then
|
||||
Log:get_default().error "Failed to load nvim-tree.config"
|
||||
Log:error "Failed to load nvim-tree.config"
|
||||
return
|
||||
end
|
||||
local g = vim.g
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue