Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change plug.vim file path to ~/.cache/space-vim/site/autoload/plug.vim #509

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

samwhelp
Copy link

@samwhelp samwhelp commented May 17, 2023

Change Log

  • change plug.vim file path to ~/.cache/space-vim/site/autoload/plug.vim
  • change plugin dir path to ~/.cache/space-vim/plug

Prototype Sample

* change plugin dir path to ~/.cache/space-vim/plug
@samwhelp samwhelp changed the title * change plug.vim file path to ~/.cache/space-vim/site/autoload/plug.vim Change plug.vim file path to ~/.cache/space-vim/site/autoload/plug.vim May 17, 2023
@rene-descartes2021
Copy link
Collaborator

What is the use-case? Allowing for management of read-only directories? Better conformance to XDG Base directory specification? Elimination of hard-coded instances of ~/.vim?

What is the justification for changing the .spacevim default g:spacevim_plug_home from ~/.vim/plugged/ to ~/.cache/space-vim/plug? Everyone can already change this to wherever they please through modifying their .spacevim.


On this subject of plug-vim, I've put some thought into using dein instead of the plug-vim in #500. Dein values useful complexity beyond the minimalism of plug-vim.
Note that dein is treated as a plugin, in the same path as the other plugins, and autoload/plug.vim no longer exists. i.e. Dein is automatically downloaded into the plugin dir along with the other plugins, and is managed as any other plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants