转到文件
Bryan Phelps 17ceaa4531
Update README.md
2020-04-01 08:27:10 -07:00
.github Update config.yml with new insiders 2019-03-12 22:05:05 -07:00
.oni Use snippet variable in template (#1729) 2018-03-07 08:51:14 -08:00
.vscode Run prettier over markdown / json files (#1395) 2018-01-29 19:56:24 -08:00
@types WebGL Renderer Ligatures (#2560) 2018-09-24 05:02:07 -07:00
assets Fix #4 - Add in new application icons (#587) 2017-08-09 09:40:03 -07:00
browser Fix typo in plugin name targets.vim (#2705) 2019-01-03 18:56:56 -08:00
build Feature/initial Git VCS provider (#1310) 2018-07-18 14:02:44 +01:00
cli Fix for #2251 Oni does not correctly locate executables (#2440) 2018-07-20 17:00:18 -07:00
configuration Add an example of binding a shortcut to an internal command (#1933) 2018-04-05 11:38:49 -07:00
extensions Feature/fix buffer opening closing (#2644) 2018-11-02 09:39:09 +00:00
font-awesome Initial commit - port of local workspace 2016-11-16 06:46:30 -08:00
images Add missing image for achievements (#1817) 2018-03-15 21:35:24 -07:00
lib/yarn #186 - Part 1 - Initial plugin installer implementation (#1883) 2018-03-22 09:39:27 -07:00
main Use `.some` to short circuit & native `.includes` (#2697) 2019-01-03 18:24:09 +02:00
scripts Fix #1345 - Improve developer experience when starting from webpack (#1663) 2018-02-27 18:54:58 -08:00
test Remove bs-platform dependency (#2735) 2019-03-15 16:41:10 -07:00
ui-tests Feature/fix remaining welcome commands (#2533) 2018-09-10 11:53:34 +01:00
vim Feature/oni sessions (#2479) 2018-08-22 08:16:46 +01:00
webview_preload Feature/upgrade typescript (#2618) 2018-10-08 21:19:28 +01:00
.editorconfig Add editorconfig 2016-12-04 12:59:28 -07:00
.gitattributes Ignore Yarn from Linguist. (#2462) 2018-07-26 10:44:52 +01:00
.gitignore added .notes folder to the .gitignore (#2018) 2018-04-02 14:08:23 -07:00
.gitmodules added vim-surround as a default plugin (#2003) 2018-04-01 17:28:23 -07:00
.npmignore Add '.npmignore' file 2016-12-09 19:05:55 -08:00
.nvmrc Added .nvmrc with node@9 (#1510) 2018-02-11 08:03:30 -08:00
.prettierignore #186 - Part 1 - Initial plugin installer implementation (#1883) 2018-03-22 09:39:27 -07:00
.prettierrc Feature/prepush hook v2 (#1361) 2018-01-25 14:03:16 -08:00
.travis.yml Update travis API key (#2595) 2018-09-28 19:17:56 -07:00
.yarnrc Temporary fix for yarn complaining about upath (#2679) 2018-12-14 15:36:58 -08:00
ACCOUNTING.md Run prettier over markdown / json files (#1395) 2018-01-29 19:56:24 -08:00
BACKERS.md Update BACKERS.md - thank you! 2019-05-06 11:50:45 -07:00
CODE_OF_CONDUCT.md Update e-mail address in code of conduct. 2017-12-11 19:17:18 -08:00
CONTRIBUTING.md Allow Sidebar to be Disabled (#2343) 2018-06-23 20:44:01 +01:00
LICENSE Initial commit 2016-11-16 06:42:55 -08:00
README.md Update README.md 2020-04-01 08:27:10 -07:00
appveyor.yml Appveyor: remove artifact publish on master (#2603) 2018-10-02 09:25:47 -07:00
codecov.yml Code coverage: Switch from coveralls to codecov (#1533) 2018-02-12 14:48:02 -08:00
index.dev.html Security - Add Content Security Policy (#2288) 2018-06-23 15:05:26 -07:00
index.html Security - Add Content Security Policy (#2288) 2018-06-23 15:05:26 -07:00
jest.config.js Feature/vcs manager styling improvements (#2536) 2018-09-02 23:46:56 +01:00
package.json Remove bs-platform dependency (#2735) 2019-03-15 16:41:10 -07:00
preload.js Security - Add Content Security Policy (#2288) 2018-06-23 15:05:26 -07:00
tslint.json Feature/reapply syntax highlighting onColorscheme autocmd (#2565) 2018-10-19 10:27:27 +01:00
yarn.lock Remove bs-platform dependency (#2735) 2019-03-15 16:41:10 -07:00

README.md

__NOTE:__ This repository is unmaintained - we are focusing on [Onivim 2](https://github.com/onivim/oni2) and [libvim](https://github.com/onivim/libvim).
NOTE: This repository is unmaintained - we are focusing on Onivim 2 and libvim.

Logo

Modern Modal Editing

Build Status Build Status codecov

Join the chat on discord! Total Downloads

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.

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.

If you're a Vim power user, and don't need all these features, check out our minimal configuration.

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

Available Plugins

Some available plugins created by Oni users are listed below (if you'd like to add your plugin to this list please create a PR updating this README with the details).

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
  • Akin909 for his extensive contributions
  • CrossR for polishing features and configurations
  • Cryza for the webgl renderer
  • 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 have contributed:

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: