Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/f63710d65551d6076248723a75d9fe0e to your computer and use it in GitHub Desktop.
Save ryantm/f63710d65551d6076248723a75d9fe0e to your computer and use it in GitHub Desktop.
/nix/store/hn9x9waqznr6876w9fll85cc6sdcpil2-python3.7-pynvim-0.3.2
├── lib
│   └── python3.7
│   └── site-packages
│   ├── neovim
│   │   ├── api
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-37.pyc
│   │   ├── __init__.py
│   │   └── __pycache__
│   │   └── __init__.cpython-37.pyc
│   ├── pynvim
│   │   ├── api
│   │   │   ├── buffer.py
│   │   │   ├── common.py
│   │   │   ├── __init__.py
│   │   │   ├── nvim.py
│   │   │   ├── __pycache__
│   │   │   │   ├── buffer.cpython-37.pyc
│   │   │   │   ├── common.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── nvim.cpython-37.pyc
│   │   │   │   ├── tabpage.cpython-37.pyc
│   │   │   │   └── window.cpython-37.pyc
│   │   │   ├── tabpage.py
│   │   │   └── window.py
│   │   ├── compat.py
│   │   ├── __init__.py
│   │   ├── msgpack_rpc
│   │   │   ├── async_session.py
│   │   │   ├── event_loop
│   │   │   │   ├── asyncio.py
│   │   │   │   ├── base.py
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── asyncio.cpython-37.pyc
│   │   │   │   │   ├── base.cpython-37.pyc
│   │   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   │   └── uv.cpython-37.pyc
│   │   │   │   └── uv.py
│   │   │   ├── __init__.py
│   │   │   ├── msgpack_stream.py
│   │   │   ├── __pycache__
│   │   │   │   ├── async_session.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── msgpack_stream.cpython-37.pyc
│   │   │   │   └── session.cpython-37.pyc
│   │   │   └── session.py
│   │   ├── plugin
│   │   │   ├── decorators.py
│   │   │   ├── host.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── decorators.cpython-37.pyc
│   │   │   │   ├── host.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   └── script_host.cpython-37.pyc
│   │   │   └── script_host.py
│   │   ├── __pycache__
│   │   │   ├── compat.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── util.cpython-37.pyc
│   │   └── util.py
│   └── pynvim-0.3.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment