From 089b82a194c4a35ac5a71b15be36583795cae1f3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 22 Oct 2024 04:55:23 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/nvim-java/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/nvim-java/README.md diff --git a/src/nvim-java/README.md b/src/nvim-java/README.md new file mode 100644 index 0000000..9e78450 --- /dev/null +++ b/src/nvim-java/README.md @@ -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`._