Codebase list python-pynvim / 32ac30fe-1820-496b-bf2f-be61f0e40420/upstream/0.4.3+git20221106.1.12acffc neovim / __init__.py
32ac30fe-1820-496b-bf2f-be61f0e40420/upstream/0.4.3+git20221106.1.12acffc

Tree @32ac30fe-1820-496b-bf2f-be61f0e40420/upstream/0.4.3+git20221106.1.12acffc (Download .tar.gz)

__init__.py @32ac30fe-1820-496b-bf2f-be61f0e40420/upstream/0.4.3+git20221106.1.12acffcraw · history · blame

1
2
3
4
5
6
7
8
"""Python client for Nvim.

This is a transition package. New projects should instead import pynvim package.
"""
import pynvim
from pynvim import *

__all__ = pynvim.__all__