diff options
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 0000000000..0fc7a3cf28 --- /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. |