Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 751 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 751 Bytes

te - A tiny editor in Nim

This editor is (will be?) heavily inspired by antirez' kilo editor, and the vis modal editor, albeit with my own twist.

Why?

Very good question. I wanted to take a crack at building my own tooling, just for the sake of it, but there is a method to the madness: I've always wanted an editor that is not just language aware, but framework aware. That's the long-term goal here, to have an editor that picks up on the particular use-cases that each framework exposes, to allow for extremely powerful autocorrect.

Building

  1. nimble install
  2. nimble build
  3. ./build/te

License

Released under the MIT license, Josh Girvin © 2016