Add tokiory/neovim-boilerplate & frans-johansson/lazy-nvim-starter (#757)

This commit is contained in:
Daniil Shilo 2023-05-02 10:47:08 +03:00 committed by GitHub
parent a9324d2f3e
commit 97aa361d24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,7 @@
- [Wishlist](#wishlist)
- [UI](#ui)
- [Starter Templates](#starter-templates)
- [Plugin](#plugin)
- [Plugin Manager](#plugin-manager)
- [LSP](#lsp)
@ -89,6 +90,10 @@ Have a problem a plugin can solve? Add it to the [nvim-lua wishlist](https://git
Neovim supports a wide variety of UI's.
You can find them listed on the [Neovim wiki](https://github.com/neovim/neovim/wiki/Related-projects#gui)
## Starter Templates
- [tokiory/neovim-boilerplate](https://github.com/tokiory/neovim-boilerplate) - Starter boilerplate for making new configurations.
- [frans-johansson/lazy-nvim-starter](https://github.com/frans-johansson/lazy-nvim-starter) - Starter boilerplate with lazy plugin manager.
## Plugin
### Plugin Manager