Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions src/nvim-java/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

# Java with Neovim (nvim-java)

A Java development environment with Neovim

## Options

| Options Id | Description | Type | Default Value |
|-----|-----|-----|-----|
| imageVariant | Ubuntu version (use ubuntu-22.04 or ubuntu-18.04 on local arm64/Apple Silicon): | string | jammy |
| greeting | Select a pre-made greeting, or enter your own | string | hey |



---

_Note: This file was auto-generated from the [devcontainer-template.json](https://github.com/nvim-java/devcontainer-template/blob/main/src/nvim-java/devcontainer-template.json). Add additional notes to a `NOTES.md`._