diff options
-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. |