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