-
Notifications
You must be signed in to change notification settings - Fork 554
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
Command "header" not understood #16
Comments
Hey @mholt, this command seems like it is using global rc files ( |
Oh snap, you know, that's a good point. Didn't notice that those files in this repo don't actually use the header keyword. Okay --- misconfig on my end. Nevermind! |
Not a problem =) |
galenguyer
added a commit
to davidhcefx/nanorc
that referenced
this issue
Feb 24, 2024
feat(vlang): Add vlang highlighting
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tapped into dupes, installed nano, then ran this command to add syntax highlighting for all languages:
$ /bin/ls /usr/local/share/nano/*.nanorc | xargs -I {} echo 'include "{}"' >> ~/.nanorc
Now when I run nano I get this error:
I'm kind of new to this tap; any suggestions where to start, or is this an easy fix I could dive into?
The text was updated successfully, but these errors were encountered: