Skip to content

Commit b5c2674

Browse files
committed
PythonCodeCompletion: added sample of the python_completion_config.py script that users can copy to their user data folder to add custom module paths for autocompletion or to configure jedi
1 parent 166c788 commit b5c2674

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import sys, os
2+
home = os.path.expanduser('~')
3+
sys.path.insert(0, os.path.join(home,'.cache/fakegir'))

0 commit comments

Comments
 (0)