diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2018-01-02 23:50:21 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-01-06 06:55:25 +0700 |
commit | f128bfad271fea05bd0e088fda9e8de2453840d0 (patch) | |
tree | fb31ceb9f9792275e1cd5cc402c8a210835c242d /development/eovim/README | |
parent | 8d5f9798178fc309ff1625879e57f7112ce96622 (diff) |
development/eovim: Added (Neovim client).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/eovim/README')
-rw-r--r-- | development/eovim/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/development/eovim/README b/development/eovim/README new file mode 100644 index 0000000000000..0fc7a3cf28302 --- /dev/null +++ b/development/eovim/README @@ -0,0 +1,6 @@ +Eovim is a client for Neovim written using the Enlightenment Foundation Library. + +Eovim is written in plain C, with the amazing EFL, adding value to the +text-only neovim with a minimal runtime overhead. If you don't like the +externalized UI, it can be turned off, or changed via themes. Eovim also +provides its own plugin system, so the UI can be modified directly from neovim. |