Ruslan Prakapchuk
Ruslan Prakapchuk
Not sure how to properly fix it, but having ``` "findlibPackages": [{"dependency": "js_of_ocaml"}] ``` gives me an error: ``` ocamlfind: Package `js_of_ocaml' not found Dependencies scanned and verified, but failed...
When `(defmethod foo :default bar [x] "return me")` is used, Cursive highlights both `bar` and `x` as “cannot be resolved”. But it is valid (and sometimes useful) form of `defmethod`:...
Use case: for javascript files I want diagnostics from both eslint and flow language servers.
> 23-Wed 01:00:04 Franciman not sure it will be significant, but it may be useful. Do you remember the completion problem I had, and you said that you are keeping...
It seems that we are getting more and more of requests which are expected to be hooked into `{Normal,Insert}Idle` (buffer change, semantic highlighting, inlay hints, auto-hover...). I wonder if we...
...to fuzzy search and jump. If it's not possible to make via Kakoune's menu then we should provide convenient way to allow integration with any fuzzy finder.
Ref https://github.com/ul/kak-lsp/pull/229#issuecomment-516824963
When several diagnostics are published for the same line `lsp_error_lines` sent to Kakoune gets redundant, i.e. ``` eval "set buffer lsp_error_lines 1 2|%opt[lsp_diagnostic_line_error_sign] 2|%opt[lsp_diagnostic_line_error_sign] 2|%opt[lsp_diagnostic_line_error_sign] 2|%opt[lsp_diagnostic_line_error_sign] 2|%opt[lsp_diagnostic_line_error_sign] 3|%opt[lsp_diagnostic_line_error_sign]" ```
I think about it as a low-priority thing, but sometimes it might be useful for debugging: https://microsoft.github.io/language-server-protocol/inspector/
Ref https://github.com/mawww/kakoune/issues/2429