aboutsummaryrefslogtreecommitdiff
path: root/docs/posts/onivim_sucks.html
diff options
context:
space:
mode:
authorAkshay <[email protected]>2020-01-25 17:44:36 +0000
committerAkshay <[email protected]>2020-01-25 17:44:36 +0000
commit5924e263893ac8c47a22a78c88b46c585fc9e82b (patch)
tree2455e8aab84e053d424eeb05f06dbcf079f7c7a6 /docs/posts/onivim_sucks.html
parent313fb789bbc0bf1dcbdff4b258818ec6d895b5a6 (diff)
update styles, minify links
Diffstat (limited to 'docs/posts/onivim_sucks.html')
-rw-r--r--docs/posts/onivim_sucks.html55
1 files changed, 0 insertions, 55 deletions
diff --git a/docs/posts/onivim_sucks.html b/docs/posts/onivim_sucks.html
deleted file mode 100644
index 1b4b835..0000000
--- a/docs/posts/onivim_sucks.html
+++ /dev/null
@@ -1,55 +0,0 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <link rel="stylesheet" href="/style.css">
5 <meta charset="UTF-8">
6 <meta name="viewport" content="initial-scale=1">
7 <meta content="#ffffff" name="theme-color">
8 <meta name="HandheldFriendly" content="true">
9 <meta property="og:title" content="nerdypepper">
10 <meta property="og:type" content="website">
11 <meta property="og:description" content="a static site {for, by, about} me ">
12 <meta property="og:url" content="https://nerdypepper.tech">
13 <body>
14 <div class="posts">
15 <div class="post">
16 <div class="date">02/08 2019</div>
17 <span style="font-size: 2rem; font-weight: 600">
18 Onivim Sucks
19 </span>
20 <div class="post-text">
21 <p><a href="https://v2.onivim.io">Onivim</a> is a &#8216;modern modal editor&#8217;, combining fancy
22interface and language features with vim-style modal editing. What&#8217;s wrong you
23ask?</p>
24
25<p>Apart from <a href="https://github.com/onivim/oni2/issues/550">buggy syntax highlighting</a>,
26<a href="https://github.com/onivim/oni2/issues/519">broken scrolling</a> and
27<a href="https://github.com/onivim/oni2/issues?q=is%3Aissue+label%3A%22daily+editor+blocker%22+is%3Aopen">others</a>,
28Onivim is <strong>proprietary</strong> software. It is licensed under a commercial
29<a href="https://github.com/onivim/oni1/blob/master/Outrun-Labs-EULA-v1.1.md">end user agreement license</a>,
30which prohibits redistribution in both object code and source code formats.</p>
31
32<p>Onivim&#8217;s core editor logic (bits that belong to vim), have been separated from
33the interface, into <a href="https://github.com/onivim/libvim">libvim</a>. libvim is
34licensed under MIT, which means, this &#8216;extension&#8217; of vim is perfectly in
35adherence to <a href="http://vimdoc.sourceforge.net/htmldoc/uganda.html#license">vim&#8217;s license text</a>!
36Outrun Labs are exploiting this loophole (distributing vim as a library) to
37commercialize Onivim.</p>
38
39<p>Onivim&#8217;s source code is available on <a href="https://github.com/onivim/oni2">GitHub</a>.
40They do mention that the source code trickles down to the
41<a href="https://github.com/onivim/oni2-mit">oni2-mit</a> repository, which (not yet) contains
42MIT-licensed code, <strong>18 months</strong> after each commit to the original repository.</p>
43
44<p>Want to contribute to Onivim? Don&#8217;t. They make a profit out of your contributions.
45Currently, Onivim is priced at $19.99, &#8216;pre-alpha&#8217; pricing which is 80% off the
46final price! If you are on the lookout for an editor, I would suggest using
47<a href="https://vim.org">Vim</a>, charity ware that actually works, and costs $100 lesser.</p>
48
49 </div>
50 <a href="/index.html" class="post-end-link">← Back</a>
51 <div class="separator"></div>
52 </div>
53 </div>
54 </body>
55</html>