Go to file
Akin cb475c5c0f Feature/prepush hook v2 (#1361)
* add prettierrc, tweak tslint.json to match prettier

* add prettier husky and pretty-quick dependencies
2018-01-25 14:03:16 -08:00
.github Add initial configuration for bot. (#1321) 2018-01-19 10:29:37 -08:00
.oni Workspace: Fix bugs with test-file mappings (#1360) 2018-01-25 12:29:48 -08:00
.vscode Updated VSCode debugging preset path to match the new location of main.js. (#773) 2017-10-09 11:01:00 -07:00
assets Fix #4 - Add in new application icons (#587) 2017-08-09 09:40:03 -07:00
browser Workspace: Fix bugs with test-file mappings (#1360) 2018-01-25 12:29:48 -08:00
build Automation: Enable CiTests for linux builds (#1338) 2018-01-23 09:25:39 -08:00
cli Refactor handling of arguments to child process (#728) 2017-09-27 18:40:00 -07:00
configuration Fixes default config json syntax. (#1244) 2018-01-08 11:06:34 -08:00
definitions Refactoring: Use 'oni-api' module (#996) 2017-11-21 12:12:44 -08:00
docs Set theme jekyll-theme-cayman 2017-01-16 08:13:04 -08:00
extensions Browser: Basic commands (#1290) 2018-01-23 16:32:41 -08:00
font-awesome Initial commit - port of local workspace 2016-11-16 06:46:30 -08:00
images [WIP] #943 - Split bundle via async imports (#1123) 2017-12-18 20:30:18 -08:00
main Bugfix/open new file after close (#1246) 2018-01-16 15:07:44 -08:00
scripts [WIP] #416 - Record videos / screenshots (#739) 2017-10-06 09:54:11 -07:00
test Regression: Fix external command line that was broken by #1356 (#1357) 2018-01-24 16:33:31 -08:00
vim Fix #1263 - Rename also renames strings (#1274) 2018-01-11 15:56:14 -08:00
.editorconfig Add editorconfig 2016-12-04 12:59:28 -07:00
.gitattributes Update .gitattributes 2016-12-07 05:23:09 -08:00
.gitignore Markdown preview (#922) 2017-12-20 07:21:00 -08:00
.gitmodules [WIP] Swap Bundled plugins to Submodules (#944) 2017-11-17 15:13:35 -08:00
.npmignore Add '.npmignore' file 2016-12-09 19:05:55 -08:00
.prettierrc Feature/prepush hook v2 (#1361) 2018-01-25 14:03:16 -08:00
.travis.yml Automation: Temporarily remove OSX strategy until TravisCI issues are resolved (#1337) 2018-01-22 13:24:51 -08:00
ACCOUNTING.md Create ACCOUNTING.md 2017-03-18 07:17:39 -07:00
BACKERS.md [OpenCollective] Fix up sponsor links in README / BACKERS (#1307) 2018-01-17 09:54:38 -08:00
CODE_OF_CONDUCT.md Update e-mail address in code of conduct. 2017-12-11 19:17:18 -08:00
CONTRIBUTING.md Activating Open Collective (#869) 2017-11-07 18:37:25 -08:00
LICENSE Initial commit 2016-11-16 06:42:55 -08:00
README.md Remove 'Sponsors' badge 2018-01-20 06:16:19 -08:00
appveyor.yml Automate demo video on website (#862) 2017-12-01 18:11:03 -08:00
index.html Use ONI_WEBPACK_LOAD environment variable instead of NODE_ENV (#1313) 2018-01-20 16:28:49 -08:00
oni.sh FIX #636: OSX - Shell script to open oni from command line (#691) 2017-09-10 12:10:59 -07:00
package.json Feature/prepush hook v2 (#1361) 2018-01-25 14:03:16 -08:00
tslint.json Feature/prepush hook v2 (#1361) 2018-01-25 14:03:16 -08:00
yarn.lock Feature/prepush hook v2 (#1361) 2018-01-25 14:03:16 -08:00

README.md

alt text

Modern Modal Editing

Build Status Build StatusCoverage Status Join the chat at https://gitter.im/onivim/Lobby Backers on Open Collective BountySource Active Bounties Total Downloads

Supporting Oni

Oni is an independent, MIT-licensed open source project. Please consider supporting Oni by:

Sponsors via OpenCollective

Gold sponsors

Silver sponsors

Introduction

Oni is a new kind of editor, focused on maximizing productivity - combining modal editing with features you expect in modern editors. Oni is built with neovim, and inspired by VSCode, Atom, LightTable, and Emacs

The vision of Oni is to build an editor that allows you to go from thought to code as easily as possible - bringing together the raw editing power of Vim, the feature capabilities of Atom/VSCode, and a powerful and intuitive extensibility model - wrapped up in a beautiful package.

This repository is under active development, and until 1.0 please consider everything unstable.

Check out Releases for the latest binaries, or Build Oni from source. Consider making a donation via OpenCollective BountySource if you find this project useful!

Features

Oni brings several IDE-like integrations to neovim:

And more coming - check out our Roadmap

Oni is cross-platform and supports Windows, Mac, and Linux.

Installation

We have installation guides for each platform:

The latest binaries are available on our Releases page, and if you'd prefer to build from source, check out our Development guide.

Goals

The goal of this project is to provide both the full-fledged Vim experience, with no compromises, while pushing forward to enable new productivity scenarios.

  • Modern UX - The Vim experience should not be compromised by terminal limitations.
  • Rich plugin development - using JavaScript, instead of VimL.
  • Cross-platform support - across Windows, OS X, and Linux.
  • Batteries included - rich features are available out of the box - minimal setup needed to be productive.
  • Performance - no compromises, Vim is fast, and Oni should be fast too.
  • Ease Learning Curve - without sacrificing the Vim experience.

Vim is an incredible tool for manipulating text at the speed of thought. With a composable, modal command language, it is no wonder that Vim usage is still prevalent today.

However, going from thought to code has some different challenges than going from thought to text. Code editors today provide several benefits that help to reduce cognitive load when writing code, and that benefit is tremendously important - not only in terms of pure coding efficiency and productivity, but also in making the process of writing code enjoyable and fun.

The goal of this project is to give an editor that gives the best of both worlds - the power, speed, and flexibility of using Vim for manipulating text, as well as the rich tooling that comes with an IDE. We want to make coding as efficient, fast, and fun as we can!

Documentation

  • Check out the Wiki for documentation on how to use and modify Oni.
  • FAQ
  • Roadmap

Contributing

There many ways to get involved & contribute to Oni:

Acknowledgements

Oni is an independent project and is made possible by the support of some exceptional people. Big thanks to the following people for helping to realize this project:

  • the neovim team, especially justinmk and tarruda - Oni would not be possible without their vision
  • jordwalke for his generous support, inspiration, and ideas. And React ;)
  • keforbes for helping to get this project off the ground
  • tillarnold for giving us the oni npm package name
  • mhartington for his generous support
  • badosu for his support, contributions, and managing the AUR releases
  • All our current monthly sponsors and backers
  • All of our contributors - thanks for helping to improve this project!

Several other great neovim front-end UIs here served as a reference, especially NyaoVim and VimR. I encourage you to check those out!

Thank you!

Contributors

This project exists thanks to all the people who contribute. [Contribute].

License

MIT License. Copyright (c) Bryan Phelps

Windows and OSX have a bundled version of Neovim, which is covered under Neovim's license

Bundled Plugins

Bundled plugins have their own license terms. These include: