aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago de Arruda <tpadilha84@gmail.com>2014-02-20 23:19:29 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-02-20 23:19:29 -0300
commita55e03d4fd8acde9ff8f0a35758ed9c41009c241 (patch)
tree457b8fd49b3f0e13107c97b71c9140b88f402ab3
parent3a06990a134349513c6cd9c0a364278ef692a885 (diff)
downloadrneovim-a55e03d4fd8acde9ff8f0a35758ed9c41009c241.tar.gz
rneovim-a55e03d4fd8acde9ff8f0a35758ed9c41009c241.tar.bz2
rneovim-a55e03d4fd8acde9ff8f0a35758ed9c41009c241.zip
Quote GUI diagram
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index a48c750f8e..e2efac083f 100644
--- a/README.md
+++ b/README.md
@@ -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: