File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change 99
1010</div >
1111
12- ---
1312
1413## ✨ Why spring-initializr.nvim?
1514
1615Spring 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
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
You can’t perform that action at this time.
0 commit comments