liuchengxu / space-vim

:four_leaf_clover: Lean & mean spacemacs-ish Vim distribution
https://liuchengxu.github.io/space-vim/
MIT License
2.85k stars 255 forks source link

XDG spec compliance, fzf now XDG path #486

Open rene-descartes2021 opened 2 years ago

rene-descartes2021 commented 2 years ago

The change allows for easier sandboxing with firejail.

  1. Changed fzf to install per XDG spec, which is XDG_CONFIG_HOME (~/.config/fzf) instead of ~/.fzf.
    • fixes one observation noted in #464 where this directs a user-specific install of fzf when a system-wide install of fzf already exists.
    • Appears that ~/.fzf is due to legacy, much like ~/.vim isn't ~/.config/vim https://github.com/junegunn/fzf/pull/1282