Skip to content

Support a global spf13-vim installation and user-specific overrides#885

Open
mmikitka wants to merge 2 commits intospf13:3.0from
mmikitka:global_config
Open

Support a global spf13-vim installation and user-specific overrides#885
mmikitka wants to merge 2 commits intospf13:3.0from
mmikitka:global_config

Conversation

@mmikitka
Copy link
Copy Markdown
Contributor

@mmikitka mmikitka commented Feb 9, 2016

On my workstation and some remote servers, I use Vim as a user other than myself (notably as root via sudo, but sometimes other users), and I want to have the same spf13-vim configuration across users on the same system. This pull request is a first take at distinguishing global and user-specific configurations on a given system.

If the spf13-vim base configuration files (.vimrc, .vimrc.bundles, etc.) are not stored in the current user's home directory, then a global configuration is assumed. If the configuration is global, then user-specific overrides are stored in $HOME/{spf13_vim_config}.user e.g., $HOME/.vimrc.local.user, $HOME/.vimrc.before.local.user, etc.

I can write documentation after this request is approved.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Feb 9, 2016

CLA assistant check
All committers have signed the CLA.

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.

2 participants