Jonas Xavier

Results 19 comments of Jonas Xavier

Here is a simple way to config it via use-package: ``` lisp (use-package eglot :hook (zig-mode . eglot-ensure) :config (setq eglot-autoshutdown t) (add-to-list 'eglot-server-programs '(zig-mode . ("zls")))) ;; make sure...

I have the same issue even after enabling developer mode on watch.

Via ```sh $ go test ./... -coverprofile=c.out $ go tool cover -func c.out ``` As of today the total coverage is at 48.8%

You can accomplish that via LSP and changing your key bindings: ```json { "keys": [ "g", "d"], "command": "lsp_symbol_definition", "context": [ { "key": "setting.command_mode", "operand": true }, { "key": "setting.is_widget",...

Ops, thank you @rs for checking it. It should all be on v1.20 now.

After a talk with @kzantow I learned this issue was made to allow the generation of syft json AND spdx files, the former meant for vulnerability scanning, the latter for...

Depends on https://github.com/anchore/syft/issues/563

Interesting language candidates that we can embed: - https://github.com/cue-lang/cue - https://github.com/itchyny/gojq - https://github.com/google/go-jsonnet