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

Add sourcing from my_configs/ #757

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

artnim
Copy link

@artnim artnim commented May 13, 2024

To enable structurizing of own stuff or using dotfile
managers, this PR add the sourcing of *.vim files from the
my_config/ directory. If the
glob("~/.vim_runtime/my_configs/*.vim",1,1) list is empty, the
~/.vim_runtime/my_configs.vim is sourced as previously.

To enable structurizing of own stuff or using *dotfile*
managers, this PR add the sourcing of `*.vim` files from the
`my_config/` directory. If the
`glob("~/.vim_runtime/my_configs/*.vim",1,1)` list is empty, the
`~/.vim_runtime/my_configs.vim` is sourced as previously.
@artnim artnim marked this pull request as ready for review May 13, 2024 09:42
README.md Outdated Show resolved Hide resolved
Co-authored-by: Leila Elkhalidy <leila.elkhalidy@gmail.com>
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