You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A lightweight Neovim plugin written in Lua for quickly navigating printed Java s
19
19
### New File Creation
20
20
21
21
***Automatic Package Detection:** Intelligent determination of the correct package declaration based on standard Maven/Gradle source directories (src/main/java, src/test/java, etc.) and the current file path.
22
-
***Context-Aware Creation:** Works from a regular buffer, or while selecting a directory in file explorers like **Snacks Explorer**, **Neo-tree** or **Oil.nvim**.
22
+
***Context-Aware Creation:** Works from a regular buffer, or while selecting a directory in file explorers like **MiniFiles**, **Oil.nvim**, **Snacks Explorer**, or **Neo-tree**.
23
23
***Template-Based:** Ships with built-in templates for common Java types (Class, Interface, Enum, Record, Annotation, Abstract Class).
24
24
***Customizable:** Easily override built-in templates or define your own custom templates.
25
25
***LSP Formatting:** Automatically formats the newly created file using the attached Language Server (via vim.lsp.buf.format()) if configured.
0 commit comments