Skip to content

Commit b638d4d

Browse files
authored
Update README.md
1 parent 27c5ffa commit b638d4d

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

README.md

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,29 +9,26 @@
99

1010
</div>
1111

12-
---
1312

1413
## ✨ Why spring-initializr.nvim?
1514

1615
Spring Boot project generation traditionally means switching to your browser or running CLI tools — breaking your flow.
1716

1817
**spring-initializr.nvim** lets you create, customize, and download Spring Boot projects entirely within Neovim.
1918

20-
---
2119

2220
## 📽️ Demo
2321

2422
[![asciicast](https://asciinema.org/a/723220.svg)](https://asciinema.org/a/723220)
2523

26-
---
2724

2825
## 🔧 Features
2926

3027
- [x] Full Spring Initializr metadata support
3128
- [x] TUI-based UI for selecting project options
3229
- [x] Fuzzy dependency selection with `telescope.nvim`
3330
- [x] Tab and key-based navigation
34-
---
31+
3532

3633
## 📁 Project Structure
3734

@@ -97,7 +94,21 @@ use {
9794
}
9895
```
9996

100-
---
97+
### Lazy.nvim <a name="lazy"></a>
98+
99+
```lua
100+
{
101+
'jkeresman01/spring-initializr.nvim',
102+
dependencies = {
103+
'nvim-lua/plenary.nvim',
104+
'MunifTanjim/nui.nvim',
105+
'nvim-telescope/telescope.nvim',
106+
},
107+
config = function()
108+
require('spring-initializr').setup()
109+
end
110+
}
111+
```
101112

102113
## Commands :wrench: <a name="commands"></a>
103114

0 commit comments

Comments
 (0)