mikavilpas / yazi.nvim

A Neovim Plugin for the yazi terminal file manager
MIT License
217 stars 7 forks source link

Try to fix windows path issue #69

Closed mikavilpas closed 1 month ago

mikavilpas commented 2 months ago

Related to #67 but this might not be a perfect solution right away

Debug logging

feat(log): add possibility for debug logging to diagnose issues

The log can be enabled by specifying it in the yazi.nvim config:

-- ... other config options here
---@type YaziConfig
opts = {
  log_level = vim.log.levels.DEBUG,
},

Only DEBUG level is supported for now.

You can find out the location of the log file by running the following command:

:checkhealth yazi