Skip to content

Commit

Permalink
Added jsonnet
Browse files Browse the repository at this point in the history
  • Loading branch information
atropos112 committed Feb 12, 2025
1 parent 4207847 commit 16dc02f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lua/atro/globals/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ return {
},
},
},
jsonnet = {
lsps = {
jsonnet_ls = {},
},
formatters = { jsonnetfmt = {} },
},
zig = {
formatters = { zigfmt = {} },
lsps = {
Expand Down
1 change: 1 addition & 0 deletions mason-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 16dc02f

Please sign in to comment.