1
0
forked from VimPlug/jedi

Add intro part in settings.py

This commit is contained in:
Takafumi Arakaki
2012-12-29 20:48:46 +01:00
committed by Danilo Bargen
parent 51b22e0cb5
commit d89f469e12

View File

@@ -1,4 +1,13 @@
"""
Variables to hold global jedi setting.
Plugin can change the variables defined in :mod:`jedi.settings` to
modify behavior of Jedi. Plugin should expose an interface to setup
these variables by user. Example usage::
from jedi import settings
settings.case_insensitive_completion = True
* Completion output settings
- :data:`case_insensitive_completion`