Skip to content

A lightweight extension to support Lombok annotations processing for coc.nvim

License

Notifications You must be signed in to change notification settings

hungio/coc-lombok

Repository files navigation

vscode-lombok

Overview

A lightweight extension to support Lombok annotations processing for coc.nvim

Requirements

  • Coc.nvim (version 0.0.80 or later)

  • Lombok added as a dependency in your Java Project (Make sure you're using the latest version to avoid issues!) Add with Maven or Add with Gradle

Install

Install this extension by run command:

:CocInstall coc-lombok

Note: this extension would download latest lombok.jar for you when not found.

Note: You can manually download lombok.jar and extract the content to data folder of coc-lombok, get the folder path by :echo coc#util#extension_root().'/coc-lombox-data/server' in your vim.

Available commands

The following commands are available:

Features / Supports

Troubleshooting

  • Run :messages to get echoed messages in vim.

I'm having issues

License

MIT, See LICENSE for more information.

About

A lightweight extension to support Lombok annotations processing for coc.nvim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published