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 33d351c commit c637b02Copy full SHA for c637b02
lsp/ruby_lsp.lua
@@ -20,4 +20,8 @@ return {
20
init_options = {
21
formatter = 'auto',
22
},
23
+ reuse_client = function(client, config)
24
+ config.cmd_cwd = config.root_dir
25
+ return client.config.cmd_cwd == config.cmd_cwd
26
+ end
27
}
0 commit comments