Skip to content

Commit 849e5e8

Browse files
committed
Update readme
1 parent 27bcf13 commit 849e5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A lightweight Neovim plugin written in Lua for quickly navigating printed Java s
1919
### New File Creation
2020

2121
* **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**.
2323
* **Template-Based:** Ships with built-in templates for common Java types (Class, Interface, Enum, Record, Annotation, Abstract Class).
2424
* **Customizable:** Easily override built-in templates or define your own custom templates.
2525
* **LSP Formatting:** Automatically formats the newly created file using the attached Language Server (via vim.lsp.buf.format()) if configured.

0 commit comments

Comments
 (0)