We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d6224d commit 4a00772Copy full SHA for 4a00772
scripts/neovim.md
@@ -35,7 +35,7 @@ Requires manual launch of language server
35
2. Configure [nvim.lsp](https://neovim.io/doc/user/lsp.html) e.g:
36
```lua
37
{
38
- cmd = vim.lsp.rpc.connect('127.0.0.1', tonumber(9999))
+ cmd = vim.lsp.rpc.connect('127.0.0.1', tonumber(9999)),
39
single_file_support = true,
40
filetypes = { "kotlin" },
41
root_markers = { "build.gradle", "build.gradle.kts", "pom.xml" },
0 commit comments