Fix invalid runtime path (jdtls)

This commit is contained in:
Le Viet Dat 2024-05-25 09:16:28 +07:00
parent 8210f9a959
commit cd3ca0eb02
1 changed files with 1 additions and 1 deletions

View File

@ -200,7 +200,7 @@ require('lazy').setup({
runtimes = {
{
name = 'OpenJDK-Temurin-17',
path = '/opt/jdk-17.0.11+9',
path = '/opt/jdk-17.0.11+9/',
default = true,
},
},