Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created October 3, 2020 12:25
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 r-ryantm/31d669d404b6c74d2d1bae9c1b7d0e9e to your computer and use it in GitHub Desktop.
Save r-ryantm/31d669d404b6c74d2d1bae9c1b7d0e9e to your computer and use it in GitHub Desktop.
/nix/store/25fs5glswns7hxbp6l2779lqa5lzbfyi-python2.7-pynvim-0.4.2
├── lib
│   └── python2.7
│   └── site-packages
│   ├── neovim
│   │   ├── api
│   │   │   ├── __init__.py
│   │   │   └── __init__.pyc
│   │   ├── __init__.py
│   │   └── __init__.pyc
│   ├── pynvim
│   │   ├── api
│   │   │   ├── buffer.py
│   │   │   ├── buffer.pyc
│   │   │   ├── common.py
│   │   │   ├── common.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── nvim.py
│   │   │   ├── nvim.pyc
│   │   │   ├── tabpage.py
│   │   │   ├── tabpage.pyc
│   │   │   ├── window.py
│   │   │   └── window.pyc
│   │   ├── compat.py
│   │   ├── compat.pyc
│   │   ├── __init__.py
│   │   ├── __init__.pyc
│   │   ├── msgpack_rpc
│   │   │   ├── async_session.py
│   │   │   ├── async_session.pyc
│   │   │   ├── event_loop
│   │   │   │   ├── asyncio.py
│   │   │   │   ├── asyncio.pyc
│   │   │   │   ├── base.py
│   │   │   │   ├── base.pyc
│   │   │   │   ├── __init__.py
│   │   │   │   ├── __init__.pyc
│   │   │   │   ├── uv.py
│   │   │   │   └── uv.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── msgpack_stream.py
│   │   │   ├── msgpack_stream.pyc
│   │   │   ├── session.py
│   │   │   └── session.pyc
│   │   ├── plugin
│   │   │   ├── decorators.py
│   │   │   ├── decorators.pyc
│   │   │   ├── host.py
│   │   │   ├── host.pyc
│   │   │   ├── __init__.py
│   │   │   ├── __init__.pyc
│   │   │   ├── script_host.py
│   │   │   └── script_host.pyc
│   │   ├── util.py
│   │   └── util.pyc
│   └── pynvim-0.4.2.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
12 directories, 54 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment