Skip to content

Commit

Permalink
docs: add log_level to the list of configurable options
Browse files Browse the repository at this point in the history
  • Loading branch information
mikavilpas committed Jun 24, 2024
1 parent 1d1297a commit af0e094
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ You can optionally configure yazi.nvim by setting any of the options below.
-- the transparency of the yazi floating window (0-100). See :h winblend
yazi_floating_window_winblend = 0,

-- the log level to use. Off by default, but can be used to diagnose
-- issues. You can find the location of the log file by running
-- `:checkhealth yazi` in Neovim.
log_level = vim.log.levels.OFF,

-- what Neovim should do a when a file was opened (selected) in yazi.
-- Defaults to simply opening the file.
open_file_function = function(chosen_file, config) end,
Expand Down

0 comments on commit af0e094

Please sign in to comment.