Skip to content

Instantly share code, notes, and snippets.

@duckpuppy
Created July 10, 2015 16:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save duckpuppy/cf5931c7abbf5389f7b9 to your computer and use it in GitHub Desktop.
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.
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