This commit is contained in:
Justin M. Keyes
2017-05-20 23:49:46 +02:00
parent bdd73fc07f
commit 872465cf1d
3 changed files with 35 additions and 28 deletions

View File

@@ -85,9 +85,9 @@ Working intuitively and consistently is a major goal of Nvim. Examples:
ARCHITECTURE ~
External plugins run in separate processes. |remote-plugin| This improves
stability and allows those plugins to perform tasks without blocking the
editor. Even "legacy" Python and Ruby plugins which use the old Vim interfaces
(|if_py| and |if_ruby|) run out-of-process.
stability and allows those plugins to work without blocking the editor. Even
"legacy" Python and Ruby plugins which use the old Vim interfaces (|if_py| and
|if_ruby|) run out-of-process.
FEATURES ~