diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2025-08-17 23:45:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-17 20:45:40 -0700 |
| commit | 960b33a9d810a8f70423bbab614d024e0468f115 (patch) | |
| tree | b2d813260acc18bac3d58ae041895545d4a852b3 /runtime/lua/vim/_meta/options.lua | |
| parent | 1d40f677760d3fbaaaac6292841f2f5426bf83bd (diff) | |
docs: misc, dev-api-fast, $XDG_STATE_HOME #35138
Diffstat (limited to 'runtime/lua/vim/_meta/options.lua')
| -rw-r--r-- | runtime/lua/vim/_meta/options.lua | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 88a83c010e..5066db1ca9 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -5383,12 +5383,9 @@ vim.go.ruf = vim.go.rulerformat --- but are not part of the Nvim distribution. XDG_DATA_DIRS defaults --- to /usr/local/share/:/usr/share/, so system administrators are --- expected to install site plugins to /usr/share/nvim/site. ---- 5. Session state directory, for state data such as swap, backupdir, ---- viewdir, undodir, etc. ---- Given by `stdpath("state")`. `$XDG_STATE_HOME` ---- 6. $VIMRUNTIME, for files distributed with Nvim. +--- 5. $VIMRUNTIME, for files distributed with Nvim. --- *after-directory* ---- 7, 8, 9, 10. In after/ subdirectories of 1, 2, 3 and 4, with reverse +--- 6, 7, 8, 9. In after/ subdirectories of 1, 2, 3 and 4, with reverse --- ordering. This is for preferences to overrule or add to the --- distributed defaults or system-wide settings (rarely needed). --- |
