Created
June 4, 2016 14:59
-
-
Save jrolfs/74de7da961d358aeea8cd8a48e1818bd to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| call NeoMakeDefaults() | |
| let g:neomake_error_sign = { 'text': "\uF057", 'texthl': 'NeomakeErrorDefault' } | |
| let g:neomake_warning_sign = { 'text': "\uF056", 'texthl': 'NeomakeWarningDefault' } | |
| let g:neomake_informational_sign = { 'text': "\uF05A", 'texthl': 'NeomakeInformationDefault' } | |
| let g:neomake_message_sign = { 'text': "\uF09A", 'texthl': 'NeomakeMessageDefault' } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment