Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 16, 2019 19:38
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/7483d438babb21e787d0fae9c44a93d5 to your computer and use it in GitHub Desktop.
Save ryantm/7483d438babb21e787d0fae9c44a93d5 to your computer and use it in GitHub Desktop.
/nix/store/5lpbkb3lclfw26k4278qdnpdwpbpsvvq-python3.7-neovim-remote-2.1.4
├── bin
│   └── nvr
├── lib
│   └── python3.7
│   └── site-packages
│   ├── neovim_remote-2.1.4.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── nvr
│   ├── __init__.py
│   ├── nvr.py
│   └── __pycache__
│   ├── __init__.cpython-37.pyc
│   └── nvr.cpython-37.pyc
└── nix-support
└── propagated-build-inputs
8 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment