Skip to content

feature: Option to disable logs #235

@polirritmico

Description

@polirritmico

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

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions