jedi-vim verbose at top of vim file

Recently installed jedi-vim and went to try the autocomplete like "Import" when this at the top of the vim file shows up...

 1 The "import" statement 2 ********************** 3 4 import_stmt ::= "import" module ["as" identifier] ("," module ["as" identifier])* 5 | "from" relative_module "import" identifier ["as" identifier] 6 ("," identifier ["as" identifier])* 7 | "from" relative_module "import" "(" identifier [ "as" identifier] 8 ("," identifier ["as" identifier])* [","] ")" 9 | "from" module "import" "*"

Its extremely terrible to look at and not minimal is there any way to disable this easily?

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like