Results 3 comments of mikoto2000

@dolanor - [`settings.json`'s key](https://github.com/mattn/vim-lsp-settings/pull/606/files#diff-e9e1aabe0aae56cb1eba125e053b355aaf43680cf243ee7b518e1c897e5868c1R343) is filetype - command name, file name(installer and settings) and function name need contain same string. - If the command name is `dagger`, the filename will...

@maka-io @Watynecc Are you setting the file type? `LspServerInstall` is needs file type. Try `:set filetype=java` before `:LspInstallServer eclipse-jdt-ls`

Until forwardPorts support is complete, how about treating forwardPorts as an alias for addPort? It would require some workaround (e.g., add server process option `--host 0.0.0.0`), but I think we...