vim-lsp-settings
vim-lsp-settings copied to clipboard
Server could not be installed. See :messages for details.
When trying to install eclipse-jdt-ls:
I get this error:
When looking at the messages, I get:
Any Ideas?
Me too...
Do you have any settings for g:lsp_settings
?
Do you have any settings for
g:lsp_settings
?
From my vimrc no I didn't use any settings for g:lsp_settings
@maka-io @Watynecc
Are you setting the file type?
LspServerInstall
is needs file type.
Try :set filetype=java
before :LspInstallServer eclipse-jdt-ls
I will try out
Le ven. 7 oct. 2022 à 22:48, mikoto2000 @.***> a écrit :
@maka-io https://github.com/maka-io @Watynecc https://github.com/Watynecc Are you setting the file type? LspServerInstall is needs file type. Try :set filetype=java before :LspInstallServer eclipse-jdt-ls
— Reply to this email directly, view it on GitHub https://github.com/mattn/vim-lsp-settings/issues/576#issuecomment-1272075461, or unsubscribe https://github.com/notifications/unsubscribe-auth/APMJHWJFU35KNOYDGS6CVJTWCCEBRANCNFSM5W6SVD2A . You are receiving this because you were mentioned.Message ID: @.***>
@maka-io @Watynecc Are you setting the file type?
LspServerInstall
is needs file type. Try:set filetype=java
before:LspInstallServer eclipse-jdt-ls
This worked for me 👏👏
is this problem solved? I meet this problem today, I have try:set filetype=java
and :LspInstallServer eclipse-jdt-ls
.
Also, I checked the closed issue, I tried to use the previous commit(Plug 'prabirshrestha/vim-lsp', { 'commit': '5537fec' }
), but it still not works.