Created
July 10, 2015 16:29
-
-
Save duckpuppy/cf5931c7abbf5389f7b9 to your computer and use it in GitHub Desktop.
The groovyindent Vim plugin has Windows line endings, which messes up when loading Vim on non-Windows Vim instances. This will run dos2unix on the file when installed via NeoBundle.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NeoBundle 'vim-scripts/groovyindent', { | |
\ 'build' : { | |
\ 'unix' : 'dos2unix indent/*', | |
\ }, | |
\ } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment