All Projects → onivim → Oni

onivim / Oni

Licence: mit
Oni: Modern Modal Editing - powered by Neovim

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
Vim Script
2826 projects
CSS
56736 projects
Inno Setup
370 projects
shell
77523 projects

Projects that are alternatives of or similar to Oni

Gnvim
GUI for neovim, without any web bloat
Stars: ✭ 1,271 (-88.92%)
Mutual labels:  neovim, text-editor, gui
Darcula
A Vim color scheme reproduction of the official JetBrains IDE Darcula theme
Stars: ✭ 158 (-98.62%)
Mutual labels:  ide, editor, neovim
Nyaovim
Web-enhanced Extensible Neovim Frontend
Stars: ✭ 2,166 (-81.11%)
Mutual labels:  editor, neovim, gui
goneovim
A GUI frontend for neovim.
Stars: ✭ 1,721 (-84.99%)
Mutual labels:  ide, text-editor, neovim-guis
Spacevim
A community-driven modular vim/neovim distribution - The ultimate vimrc
Stars: ✭ 17,558 (+53.13%)
Mutual labels:  ide, editor, neovim
Slingcode
personal computing platform
Stars: ✭ 277 (-97.58%)
Mutual labels:  ide, editor, text-editor
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (-98.08%)
Mutual labels:  ide, editor, text-editor
Vim Quickui
The missing UI extensions for Vim 8.2 (and NeoVim 0.4) !! 😎
Stars: ✭ 714 (-93.77%)
Mutual labels:  neovim, text-editor, gui
Develnext
JavaFX and IDE for JPHP (only russian localization, english - in progress)
Stars: ✭ 89 (-99.22%)
Mutual labels:  ide, editor, gui
Neovim
Vim-fork focused on extensibility and usability
Stars: ✭ 49,389 (+330.74%)
Mutual labels:  neovim, text-editor
Mg
Micro (GNU) Emacs-like text editor ❤️ public-domain
Stars: ✭ 117 (-98.98%)
Mutual labels:  editor, text-editor
Brackets Portable
Windows portable version of adobe brackets web development editor.
Stars: ✭ 124 (-98.92%)
Mutual labels:  ide, editor
Intellij Elixir
Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Stars: ✭ 1,488 (-87.02%)
Mutual labels:  ide, editor
Left
Distractionless Writing Tool
Stars: ✭ 1,538 (-86.59%)
Mutual labels:  editor, text-editor
Go Plus
An Enhanced Go Experience For The Atom Editor
Stars: ✭ 1,519 (-86.75%)
Mutual labels:  ide, editor
Orchestra
One language to be RegExp's Successor. Visually readable and rich, technically safe and extended, naturally scalable, advanced, and optimized
Stars: ✭ 103 (-99.1%)
Mutual labels:  ide, editor
Simple Java Text Editor
📝 PHNotepad is a simple Java text/code editor (notepad) written in Java. It has also nice features such as Search tool, Find/Replace text/code, Auto completion, Nice Image Buttons for better UX, etc.
Stars: ✭ 128 (-98.88%)
Mutual labels:  editor, text-editor
Goed
Terminal based code editor / development environment
Stars: ✭ 130 (-98.87%)
Mutual labels:  ide, editor
Superblocks Lab
Superblocks Lab for DApp development
Stars: ✭ 100 (-99.13%)
Mutual labels:  ide, editor
Notepadqq
A simple, general-purpose editor for Linux
Stars: ✭ 1,738 (-84.84%)
Mutual labels:  editor, text-editor

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:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].