Skip to content

Commit

Permalink
Note about jvm-target on kotlin LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
lazebny authored and mattn committed May 21, 2024
1 parent 54ade15 commit b8a70a8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,21 @@ To use older version `golangci-lint`, please run `:LspSettingsGlobalEdit` and pu
}
```

### [kotlin-language-server](https://github.com/fwcd/kotlin-language-server)

To resolve issue about proper '-jvm-target' (INLINE_FROM_HIGHER_PLATFORM) [read
more](https://github.com/fwcd/kotlin-language-server/issues/72)

```vim
let g:lsp_settings = {
\ 'kotlin-language-server': {
\ 'workspace_config': {
\ 'kotlin': {'compiler': {'jvm': {'target': '17'}}}
\ }
\ }
\}
```

### [rubocop lsp mode (Ruby)](https://docs.rubocop.org/rubocop/usage/lsp.html)

To use rubocop-lsp-mode, you need to install rubocop in your Ruby project using bundler.
Expand Down

0 comments on commit b8a70a8

Please sign in to comment.