diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 21:08:41 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:39:04 +0700 |
commit | c61c83f0c515c86e10dc933104e3a3b538a791f6 (patch) | |
tree | fd0b27171525b50f36900b22e3c04976be205b56 /development/eovim | |
parent | 1e5921d5fa660c439ba62fe147ba19ac84773140 (diff) |
development/eovim: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/eovim')
-rw-r--r-- | development/eovim/README | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/development/eovim/README b/development/eovim/README index 0fc7a3cf2830..4eed822fa4cc 100644 --- a/development/eovim/README +++ b/development/eovim/README @@ -1,6 +1,8 @@ -Eovim is a client for Neovim written using the Enlightenment Foundation Library. +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. +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. |