-
Notifications
You must be signed in to change notification settings - Fork 189
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
"Neoformat: No changes necessary" #265
Comments
I have the same Problem in SPACEVIM, in OSX |
@sbrocos Me too! |
I have the same issue |
The same issue with c files while python formatters work just fine. |
Bros I can solve this problems when i installed the native language servers in my PC and neoformat works well |
I have this too :/ |
FYI I seem to receive this message when the formatting program exits with an error. In particular I saw it happening when I introduced a syntax error into my code, which meant the formatter cannot parse the code and returns with an error. |
I fixed by using |
@olivewong, there should be no need to install prettier globally if it is installd in local project since setting |
@olivewong no need for |
In my vim config file I simple have
Plug 'sbdchd/neoformat'
On a JS file in react native, when I try to run
:Neoformat
it gives me the message "Neoformat: No changes necessary". I've confirmed I save the file before running this.According to my linter (and just by looking at it) some lines do not meet the prettier config, so I'm not sure why neoformat is saying my file is good.
The text was updated successfully, but these errors were encountered: