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

Commit d0ac34b

Browse files
community: nvim-jqx preview json files in neovim
1 parent f9a0b0b commit d0ac34b

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Unreleased
2+
## Added
3+
- community: nvim-jqx plugin to view JSON files in neovim
24

35
# 2023-07-08
46
## Changed

plugins/community.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ return {
7979
{ import = "astrocommunity.project.project-nvim" }, -- switch between projects
8080
-- ----------------------------------------------
8181

82+
-- ----------------------------------------------
83+
-- Programing Language support
84+
{ import = "astrocommunity.programming-language-support.nvim-jqx" },
85+
-- ----------------------------------------------
86+
8287
-- ----------------------------------------------
8388
-- Themes
8489
-- defined in themes.lua

0 commit comments

Comments
 (0)