Skip to content

Instantly share code, notes, and snippets.

@kfird214
kfird214 / zig-language-server-configuration.schema.json
Created November 16, 2022 21:22
zig languagne server configurations json schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://example.com/product.schema.json",
"title": "zls.json",
"description": "zig language server configuration",
"type": "object",
"properties": {
"enable_snippets": {
"type": "boolean",
"default": false,