-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Closed
Labels
defaultsNvim defaults for options, colorscheme/theme, autocmds/events, etc.Nvim defaults for options, colorscheme/theme, autocmds/events, etc.
Description
Currently XDG_CACHE_HOME is used for logs, however the latest version of the spec introduces XDG_STATE_HOME
The $XDG_STATE_HOME contains state data that should persist between (application) restarts, but that is not important or portable enough to the user that it should be stored in $XDG_DATA_HOME. It may contain:
actions history (logs, history, recently used files, …)
current state of the application that can be reused on a restart (view, layout, open files, undo history, …)
Will a PR implementing this (only) for logs be accepted?
Julian, kuator, e-kwsm, illiliti, guidocella and 1 more
Metadata
Metadata
Assignees
Labels
defaultsNvim defaults for options, colorscheme/theme, autocmds/events, etc.Nvim defaults for options, colorscheme/theme, autocmds/events, etc.