mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-23 03:23:05 +00:00
Add tokiory/neovim-boilerplate
& frans-johansson/lazy-nvim-starter
(#757)
This commit is contained in:
parent
a9324d2f3e
commit
97aa361d24
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue