-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Nerdlog supports setting options such as :set timezone=UTC
, but it's not much useful because there is no way to persist this configuration across restarts.
While it could be easy to implement it using e.g. yaml configuration file, I'm hesitant of doing that because the longer-term plan is to add Lua scripting support, to be able to have custom message parsing logic etc. Having that, it'll be possible to set options in the script as well (using e.g. file ~/.config/nerdlog/nerdlogrc.lua
). But that requires more thought, and so persistence of options is also blocked on that.
Anyway, this ticket is just about persistence of configuration options, one way or the other.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request