raidenXR

Results 3 comments of raidenXR

I tested with Zig language server and it works (all the below features work) > Alt-k for hover > Alt-d for definition lookup > Alt-f for formatting > Alt-r for...

Lsp plugin might get a temp buffer for showing autocomplete, same as VSCode or Vim, Helix, instead of the bottom bar of the term?

With chaining i.e ```json "F5": "command:fexec make|command:fexec dotnet build|command:fexec zig build", "F7": "command:fexec zig ast-check {f}", "Shift-F5": "command:fexec zig test {f}|command:fexec dotnet test" ``` things get really weird in case...