-
Notifications
You must be signed in to change notification settings - Fork 121
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
Syntax Highlight for overdue dates #45
Conversation
@victal this is a nice addition! I liked the message warning the user if his version of vim doesn't support python. However, I don't think the submodule approach to be the best solution. This plugin is supposed to be really simple to install and use. Asking the user (specially those who use plugin managers) to run |
Good point. Actually vim-plug did handle the submodule correctly here but I was not sure about other managers, hence the warning. Updated the PR moving the regex logic inside the plugin and removing the submodule. |
Syntax Highlight for overdue dates
Thanks! |
Adds support for #44 .
From what I tested even on a system without python the plugin continues working fine.
Maybe an option to supress the statup notice could be added if it turned out to be too annoying.