mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
Quote GUI diagram
This commit is contained in:
parent
3a06990a13
commit
a55e03d4fd
@ -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).
|
neovim, where GUIs will start neovim(or perhaps attach to a running session).
|
||||||
Here's a sample diagram of the process tree:
|
Here's a sample diagram of the process tree:
|
||||||
|
|
||||||
|
```txt
|
||||||
GUI program
|
GUI program
|
||||||
|
|
|
|
||||||
---> Neovim
|
---> Neovim
|
||||||
@ -140,6 +141,7 @@ GUI program
|
|||||||
---> Plugin 2
|
---> Plugin 2
|
||||||
|
|
|
|
||||||
---> Plugin 3
|
---> Plugin 3
|
||||||
|
```
|
||||||
|
|
||||||
Sample:
|
Sample:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user