1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-12 01:27:53 +08:00
2020-06-13 14:06:35 +08:00

8 lines
141 B
Python

import sys
from pathlib import Path
BASE_DIR = Path(__file__).parent.parent
sys.path.insert(0, str(BASE_DIR.joinpath('rplugin/python3')))