powerful yet reasonably lightweight Vim configuration with XDG support, best served with Vim 9
Go to file
Danielle McLean ad496a7745
Support the XDG_STATE_HOME directory
It's a better place to store most of the stuff Vim wants to store lying
around on the filesystem than XDG_CACHE_HOME, it turns out? I'm still
keeping installed packages primarily in XDG_CACHE_HOME, since if that
directory is blown away then the same packages just get reinstalled
automatically and nothing particularly important is lost, but the other
stuff doesn't really belong in there.

Undo files, viminfo, and so on are definitely a good example of "state
data that should be persisted between (application) restarts, but that
is not important or portable enough to the user that it should be stored
in XDG_DATA_HOME", so XDG_STATE_HOME is a fine place for them.
2021-09-22 10:35:51 +10:00
config Support the XDG_STATE_HOME directory 2021-09-22 10:35:51 +10:00
.stow-rename Using stow-rename, unhide all the files :3 2016-10-07 23:12:17 +11:00
gvimrc Switch guifont to Fira Code :3 2018-02-05 12:13:40 +11:00
ideavimrc Enable ideajoin setting in ideavimrc - makes the J command in IdeaVim use IDE smarts 2019-08-29 11:21:49 +10:00
vimrc Support the XDG_STATE_HOME directory 2021-09-22 10:35:51 +10:00