Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 78c54ad

Browse files
community: json language pack
- Adds json and jsonc Treesitter parsers - Adds jsonls language server
1 parent d57dcf6 commit 78c54ad

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/community.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ return {
2222
{ import = "astrocommunity.pack.clojure" },
2323
-- Treesitter: dockerfile , Lsp: dockerls & docker_compose_language_service, Lint/format: hadolint
2424
{ import = "astrocommunity.pack.docker" },
25+
-- Treesitter: json & jsonc, Lsp: jsonls, Lint/format: stylua
26+
{ import = "astrocommunity.pack.json" },
2527

2628
-- Project
2729
{ import = "astrocommunity.project.project-nvim" }, -- very nice

plugins/mason.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ return {
88
-- add more things to the ensure_installed table protecting against community packs modifying it
99
opts.ensure_installed = require("astronvim.utils").list_insert_unique(opts.ensure_installed, {
1010
"lua_ls",
11-
"jsonls",
1211
"marksman", -- Markdown structure
1312
"yamlls",
1413
})

0 commit comments

Comments
 (0)