diff options
author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-20 23:17:32 -0300 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-20 23:17:32 -0300 |
commit | 3a06990a134349513c6cd9c0a364278ef692a885 (patch) | |
tree | 9cba0d6263ce0b18d6add8a3fab7caa824eb5937 | |
parent | c1eb60380c93ea4857ca6d2299d635c1358bd8ab (diff) | |
download | rneovim-3a06990a134349513c6cd9c0a364278ef692a885.tar.gz rneovim-3a06990a134349513c6cd9c0a364278ef692a885.tar.bz2 rneovim-3a06990a134349513c6cd9c0a364278ef692a885.zip |
Fix some typos in README
-rw-r--r-- | README.md | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -28,7 +28,7 @@ the following goals: features get merged. - Split the responsibility between multiple developers. - Enable the implementation of new/modern user interfaces without any modifications - to the core source code. + to the core source. - Improve the extensibility power with a new plugin architecture based on external processes. Plugins will be written in any programming language without any explicit support from the editor. This can be saw as a better @@ -162,15 +162,16 @@ This new GUI architecture creates many interesting possibilities: - A multiplexing daemon could could keep neovim instances running in a headless server, while multiple remote GUIs could attach/detach to share editing sessions. +- Neovim can be easily embedded into other programs. <a name="split"></a> ##### Split into many repositories -Neovim will code will be split across many repositories in the [neovim -organization](https://github.com/neovim). The organization will have separate -repositories for GUIs, plugins, runtime files(official vimscript) and -distributions. This way neovim will receive improvements much faster as the -patches wont have to pass through the approval of a single person. +Neovim's code will be split across many repositories in the [neovim +organization](https://github.com/neovim). There will be separate repositories +for GUIs, plugins, runtime files(official vimscript) and distributions. This +will let neovim will receive improvements much faster as the patches wont have +to pass through the approval of a single person. ###Status |