You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 1, 2020. It is now read-only.
The latest binaries are available on our [Releases](https://github.com/onivim/oni/releases) page, and if you'd prefer to build from source, check out our [Development](https://github.com/onivim/oni/wiki/Development) guide.
91
91
92
92
## Goals
93
93
94
94
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.
95
95
96
-
***Modern UX** - The Vim experience should not be compromised by terminal limitations.
97
-
***Rich plugin development** - using JavaScript, instead of VimL.
98
-
***Cross-platform support** - across Windows, OS X, and Linux.
99
-
***Batteries included** - rich features are available out of the box - minimal setup needed to be productive.
100
-
***Performance** - no compromises, Vim is fast, and Oni should be fast too.
101
-
***Ease Learning Curve** - without sacrificing the Vim experience.
96
+
***Modern UX** - The Vim experience should not be compromised by terminal limitations.
97
+
***Rich plugin development** - using JavaScript, instead of VimL.
98
+
***Cross-platform support** - across Windows, OS X, and Linux.
99
+
***Batteries included** - rich features are available out of the box - minimal setup needed to be productive.
100
+
***Performance** - no compromises, Vim is fast, and Oni should be fast too.
101
+
***Ease Learning Curve** - without sacrificing the Vim experience.
102
102
103
103
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.
104
104
@@ -108,41 +108,44 @@ The goal of this project is to give an editor that gives the best of both worlds
108
108
109
109
## Documentation
110
110
111
-
* Check out the [Wiki](https://github.com/onivim/oni/wiki) for documentation on how to use and modify Oni.
*Follow us on [Twitter](https://twitter.com/oni_vim)
133
133
134
134
## Acknowledgements
135
135
136
136
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:
137
137
138
-
* the [neovim team](https://neovim.io/), especially [justinmk](https://github.com/justinmk) and [tarruda](https://github.com/tarruda) - Oni would not be possible without their vision
139
-
*[jordwalke](https://github.com/jordwalke) for his generous support, inspiration, and ideas. And React ;)
140
-
*[keforbes](https://github.com/keforbes) for helping to get this project off the ground
141
-
*[tillarnold](https://github.com/tillarnold) for giving us the `oni` npm package name
142
-
*[mhartington](https://github.com/mhartington) for his generous support
143
-
*[badosu](https://github.com/badosu) for his support, contributions, and managing the AUR releases
144
-
* All our current monthly [sponsors](https://salt.bountysource.com/teams/oni/supporters) and [backers](BACKERS.md)
145
-
* All of our [contributors](https://github.com/onivim/oni/graphs/contributors) - thanks for helping to improve this project!
138
+
* the [neovim team](https://neovim.io/), especially [justinmk](https://github.com/justinmk) and [tarruda](https://github.com/tarruda) - Oni would not be possible without their vision
139
+
*[jordwalke](https://github.com/jordwalke) for his generous support, inspiration, and ideas. And React ;)
140
+
*[keforbes](https://github.com/keforbes) for helping to get this project off the ground
141
+
*[Akin909](https://github.com/Akin909) for his extensive contributions
142
+
*[CrossR](https://github.com/CrossR) for polishing features and configurations
143
+
*[Cryza](https://github.com/Cryza) for the webgl renderer
144
+
*[tillarnold](https://github.com/tillarnold) for giving us the `oni` npm package name
145
+
*[mhartington](https://github.com/mhartington) for his generous support
146
+
*[badosu](https://github.com/badosu) for his support, contributions, and managing the AUR releases
147
+
* All our current monthly [sponsors](https://salt.bountysource.com/teams/oni/supporters) and [backers](BACKERS.md)
148
+
* All of our [contributors](https://github.com/onivim/oni/graphs/contributors) - thanks for helping to improve this project!
146
149
147
150
Several other great neovim front-end UIs [here](https://github.com/neovim/neovim/wiki/Related-projects) served as a reference, especially [NyaoVim](https://github.com/rhysd/NyaoVim) and [VimR](https://github.com/qvacua/vimr). I encourage you to check those out!
148
151
@@ -163,9 +166,9 @@ Windows and OSX have a bundled version of Neovim, which is covered under [Neovim
163
166
164
167
Bundled plugins have their own license terms. These include:
0 commit comments