nvim-example-python-plugin icon indicating copy to clipboard operation
nvim-example-python-plugin copied to clipboard

Workarounds to have multiple python modules in rplugin/python3 folder

Open hp7hao opened this issue 4 years ago • 0 comments

Hi, I'm now working on a simple plugin in python, I can't split my code into multiple modules. If so, it keeps telling me that the module is not found. And it doesn't work even if I add the module to sys.path.

Is there a workaround to structure your plugin code in multiple modules' manner?

Thanks in advance.

image

hp7hao avatar Dec 18 '20 05:12 hp7hao