diff options
Diffstat (limited to 'coc-settings.json')
-rw-r--r-- | coc-settings.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/coc-settings.json b/coc-settings.json index 1c409d4c..0003b2cc 100644 --- a/coc-settings.json +++ b/coc-settings.json @@ -33,7 +33,8 @@ "html", "yaml", "json", - "python" + "python", + "java" ], "coc.preferences.hoverTarget": "float", |