Skip to content

Problems setting up jdtls #567

Answered by mfussenegger
BitInByte asked this question in Q&A
Discussion options

You must be logged in to vote

Change cmd = { "~/.local/share/nvim/mason/bin/jdtls" }, to cmd = { vim.fn.expand("~/.local/share/nvim/mason/bin/jdtls") },

~ isn't automatically expanded to the home directory, so it can't find the executable

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BitInByte
Comment options

Answer selected by BitInByte
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants