How to remove vim error prompts?
黄舟
黄舟 2017-05-16 16:39:04
0
3
614

A vim installation package on github

Most of them can be used. Does anyone know how to solve this?

黄舟
黄舟

人生最曼妙的风景,竟是内心的淡定与从容!

reply all(3)
伊谢尔伦

Looks like this plugin requires an external program to perform syntax checking on composer.json.
Not all Vim plug-ins can be used directly, many require external programs.

viaCursorMoved Are events triggered too often?
In addition, syntax checking plug-in is recommended to use syntastic
Of course, you still have to install various external grammar checkers yourself

JSON example:

syntastic calls an external program jsonlint*.json Perform a syntax check and you can see that there is an extra brace in the last line
Of course you have to install it yourselfnpm install -g jsonlint

漂亮男人

Won’t the error message be automatically removed after pressing Enter? If you want to completely eliminate the error and make it no longer play, then you have to find the plug-in that reported the error and modify it correctly or delete it.

大家讲道理

The prompt message looks like a JSLint plug-in, indicating that the js parser is not installed. Try installing a jsc, js (spidermonkey) or nodejs

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template