Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created August 2, 2020 05:56
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/a8a9f485049966e8ae18ac05d0539a1a to your computer and use it in GitHub Desktop.
Save r-ryantm/a8a9f485049966e8ae18ac05d0539a1a to your computer and use it in GitHub Desktop.
/nix/store/kd8p7z5mnxk8l41h43642bnr3lxz5np3-lite-1.11
├── bin
│   └── lite
└── lib
└── lite
├── data
│   ├── core
│   │   ├── command.lua
│   │   ├── commands
│   │   │   ├── command.lua
│   │   │   ├── core.lua
│   │   │   ├── doc.lua
│   │   │   ├── findreplace.lua
│   │   │   └── root.lua
│   │   ├── commandview.lua
│   │   ├── common.lua
│   │   ├── config.lua
│   │   ├── doc
│   │   │   ├── highlighter.lua
│   │   │   ├── init.lua
│   │   │   ├── search.lua
│   │   │   └── translate.lua
│   │   ├── docview.lua
│   │   ├── init.lua
│   │   ├── keymap.lua
│   │   ├── logview.lua
│   │   ├── object.lua
│   │   ├── rootview.lua
│   │   ├── statusview.lua
│   │   ├── strict.lua
│   │   ├── style.lua
│   │   ├── syntax.lua
│   │   ├── tokenizer.lua
│   │   └── view.lua
│   ├── fonts
│   │   ├── font.ttf
│   │   ├── icons.ttf
│   │   └── monospace.ttf
│   ├── plugins
│   │   ├── autocomplete.lua
│   │   ├── autoreload.lua
│   │   ├── language_c.lua
│   │   ├── language_css.lua
│   │   ├── language_js.lua
│   │   ├── language_lua.lua
│   │   ├── language_md.lua
│   │   ├── language_python.lua
│   │   ├── language_xml.lua
│   │   ├── macro.lua
│   │   ├── projectsearch.lua
│   │   ├── quote.lua
│   │   ├── reflow.lua
│   │   ├── tabularize.lua
│   │   ├── treeview.lua
│   │   └── trimwhitespace.lua
│   └── user
│   ├── colors
│   │   ├── fall.lua
│   │   └── summer.lua
│   └── init.lua
└── lite
11 directories, 49 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment