Updated Home (markdown)

Christian Clason 2023-12-13 18:22:12 +01:00
parent 131b9f258e
commit c8021d2d03

@ -14,8 +14,10 @@
- **[Build](https://github.com/neovim/neovim/blob/master/BUILD.md)**
- **[Contribute](https://github.com/neovim/neovim/blob/master/CONTRIBUTING.md)**
- [Tests](https://github.com/neovim/neovim/blob/master/test/README.md)
- [Merging patches from upstream Vim](Merging-patches-from-upstream-Vim)
- [Merging patches from upstream Vim](https://neovim.io/doc/user/dev_vimpatch.html)
- **[Maintain](https://github.com/neovim/neovim/blob/master/MAINTAIN.md)**
- [Style guide](https://neovim.io/doc/user/dev_style.html#dev-style)
- [C99 standard](http://port70.net/~nsz/c/c99/n1256.html)
- [Code overview](https://github.com/neovim/neovim/blob/master/src/nvim/README.md)
- [Remote UI architecture](Remote-UI-architecture)