-
Notifications
You must be signed in to change notification settings - Fork 341
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
Split this project up into the separate branches. #7
Comments
It's interesting idea... Let's start with discussion! One thing, that I'm 100% sure is that the name of current repository should be something like The number one question here is what do you propose to include in "just pure vim with basic configurations"? |
"Pure vim" - it is something like this one https://github.com/boonya/vimrc/tree/without-python |
Here https://github.com/boonya/vimrc/blob/without-python/vimrc#L28 you can see only tree plugins:
And nothing about specific customisation like |
I think that it makes sense, but how do you think about having 2 separate repos for that - Or how do you see usage of 2 separate branches for this? I'm asking because my initial idea was to create environment for the python developers only and I'm not very familial with other guy tasks and their needs. |
About two separate branches... We can use command like And I'm not really sure regarding to separate repos. It is still VIM but with different plugins. |
Ok, gotcha! So, here is my proposal:
PS Just a few thoughts about previous ideas:
|
I'd prefer to split current project on two different branches like: master (just pure vim with basic configurations) and python (vim for python development)
It can be useful for people who want to have precofigured vim for their servers and so on.
By this way we can add more branches for different goals in the future.
The text was updated successfully, but these errors were encountered: