itsraian

Results 3 comments of itsraian

I suggested a new command for it, but not sure if we really need it. I mean, LSP sends the available custom commands through the `executeCommandProvider` capability. We could have...

I don't believe it has the behavior I need. RegisterCmdHandler listen to commands that comes from the server and do actions as needed. The example you shared (from the doc)...

For reference, my vim configuration is ``` { name: 'golint-ci', filetype: ['go'], path: 'golangci-lint-langserver', args: ['-debug'], initializationOptions: { "command": ["golangci-lint", "run", "--enable-all", "--disable", "lll", "--out-format", "json", "--issues-exit-code=1"] }, debug: v:true...