-
Notifications
You must be signed in to change notification settings - Fork 164
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
Global variables override by buffer variables (#80) #137
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like this covers some of the same ground as #68 (to address
#61) but covers other areas as well and with a different solution.
I'm fine with working with one or both of these PRs to get them mergable.
Buffer local overrides are a good thing in my book as long as global
defaults are honored first.
That being said this will need some merge conflict resolution or rebasing
now. Any chance you are still around to handle that?
Will try to resolve merge conflicts soon |
Relay only on indent_guides_enable_on_vim_startup
de15457
to
6efa633
Compare
Rebased and fix applied |
6efa633
to
22157bf
Compare
Co-authored-by: Caleb Maclennan <[email protected]>
6a01f3e
to
30ce443
Compare
Hi,
Not a vim expert but seems to do the job requested by #80 and had personally the same needs.
It should allow users to be able to :
For example, if you want :
If you want enable indent-guides for all filetype / buffers except for sh filetype
Comments / suggestions welcome
Edit: update example to reflect new commit