-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Hi! great plugin!
Currently there's no option to disable the log mechanism. Personally, I don't care about the logs of a UI enhancement plugin unless I'm trying to address some kind of issue or providing details for a bug report.
Describe the solution you'd like
Add an "off" option to completely disable the log generation.
Describe alternatives you've considered
Maybe even consider the use of vim.log.levels to the config like other plugins (e.g. Neotest, Conform, Mason) as it already provides DEBUG, ERROR, WARN and OFF levels definitions (but also INFO and TRACE):
log_level = vim.log.levels.OFF, -- or WARN, etc.Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request