search

Home  >  Q&A  >  body text

How to remove vim error prompts?

A vim installation package on github

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

黄舟黄舟2774 days ago577

reply all(3)I'll reply

  • 伊谢尔伦

    伊谢尔伦2017-05-16 16:41:04

    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

    reply
    0
  • 漂亮男人

    漂亮男人2017-05-16 16:41:04

    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.

    reply
    0
  • 大家讲道理

    大家讲道理2017-05-16 16:41:04

    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

    reply
    0
  • Cancelreply