-
Notifications
You must be signed in to change notification settings - Fork 169
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Syntastic gives you error checking for just about every language imaginable right from within Vim! It shows you the offending line next to the line numbers.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
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
0f2a776
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.
(<-- prev step) ... (next step -->)
0f2a776
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.
If you're having trouble copy/pasting those unicode symbols in, check the output of this command:
If the output is blank or doesn't have anything that says "UTF-8", you'll want to add a line like this to your ~/.bashrc:
If even that doesn't work, you can just omit those two lines. Syntastic will default to using non-Unicode characters.