mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 15:00:06 +08:00
6 lines
138 B
Python
6 lines
138 B
Python
import os
|
|
import sys
|
|
|
|
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
|
|
sys.path.insert(0, os.path.join(BASE_DIR, 'rplugin/python3'))
|