Skip to content

Instantly share code, notes, and snippets.

View dkasak's full-sized avatar

Denis Kasak dkasak

View GitHub Profile
@dkasak
dkasak / xdg.vim
Last active February 18, 2024 18:15 — forked from kaleb/XDG.vim
vim XDG Base Directory support
" XDG Environment For VIM
" =======================
"
" References
" ----------
"
" - http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html#variables
" - http://tlvince.com/vim-respect-xdg
" - https://gist.github.com/kaleb/3885679 (the original version)
"