From 16dc02ff83ea955c08c1e5a651815696e5d0ff01 Mon Sep 17 00:00:00 2001 From: atropos Date: Wed, 12 Feb 2025 08:48:58 +0000 Subject: [PATCH] Added jsonnet --- lua/atro/globals/config.lua | 6 ++++++ mason-lock.json | 1 + 2 files changed, 7 insertions(+) diff --git a/lua/atro/globals/config.lua b/lua/atro/globals/config.lua index 9ec30a3..a4927aa 100644 --- a/lua/atro/globals/config.lua +++ b/lua/atro/globals/config.lua @@ -118,6 +118,12 @@ return { }, }, }, + jsonnet = { + lsps = { + jsonnet_ls = {}, + }, + formatters = { jsonnetfmt = {} }, + }, zig = { formatters = { zigfmt = {} }, lsps = { diff --git a/mason-lock.json b/mason-lock.json index b66aeb8..93aedda 100644 --- a/mason-lock.json +++ b/mason-lock.json @@ -20,6 +20,7 @@ "helm-ls": "v0.2.0", "iferr": "v0.0.0-20240122035601-9c3e2fbe4bd1", "jsonlint": "1.6.3", + "jsonnet-language-server": "v0.15.0", "markdown-toc": "1.2.0", "markdownlint": "0.42.0", "markdownlint-cli2": "0.17.2",