diff options
| author | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-20 23:19:29 -0300 | 
|---|---|---|
| committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-02-20 23:19:29 -0300 | 
| commit | a55e03d4fd8acde9ff8f0a35758ed9c41009c241 (patch) | |
| tree | 457b8fd49b3f0e13107c97b71c9140b88f402ab3 | |
| parent | 3a06990a134349513c6cd9c0a364278ef692a885 (diff) | |
| download | rneovim-a55e03d4fd8acde9ff8f0a35758ed9c41009c241.tar.gz rneovim-a55e03d4fd8acde9ff8f0a35758ed9c41009c241.tar.bz2 rneovim-a55e03d4fd8acde9ff8f0a35758ed9c41009c241.zip | |
Quote GUI diagram
| -rw-r--r-- | README.md | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -131,6 +131,7 @@ The difference between plugins and GUIs is that plugins will be started by  neovim, where GUIs will start neovim(or perhaps attach to a running session).  Here's a sample diagram of the process tree: +```txt  GUI program    |    ---> Neovim @@ -140,6 +141,7 @@ GUI program           ---> Plugin 2           |           ---> Plugin 3 +```  Sample: | 
