Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ckipp01/nvim-jvmopts
A micro-library for gathering JVM options from various places.
https://github.com/ckipp01/nvim-jvmopts
java jvm nvim scala
Last synced: 14 days ago
JSON representation
A micro-library for gathering JVM options from various places.
- Host: GitHub
- URL: https://github.com/ckipp01/nvim-jvmopts
- Owner: ckipp01
- License: apache-2.0
- Created: 2021-08-18T16:56:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-07T16:28:03.000Z (about 3 years ago)
- Last Synced: 2024-10-04T19:30:05.627Z (about 1 month ago)
- Topics: java, jvm, nvim, scala
- Language: Lua
- Homepage:
- Size: 12.7 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nvim-jvmopts
A micro-library to help you gather JVM options from various env variables and a
potential `.jvmopts` file for a given workspace.## Installation
```lua
use({'ckipp01/nvim-jvmopts'})
```## Docs
[`:h nvim-jvmopts`](https://github.com/ckipp01/nvim-jvmopts/blob/main/doc/jvmopts.txt)