Skip to content

Commit

Permalink
feat(programming-language-support): add nvim-jqx (#386)
Browse files Browse the repository at this point in the history
* feat(programming-language-support): add nvim-jqx

* fix(nvim-jqx): Add dependencies to readme
  • Loading branch information
Uzaaft authored Jul 9, 2023
1 parent 1a08d9d commit c297a25
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# nvim-jqx
If only one could easily browse and preview json files in neovim. Oh wait, nvim-jqx does just that!

Dependencies
- jq

**Repository:** <https://github.com/gennaro-tedesco/nvim-jqx>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
return {
"gennaro-tedesco/nvim-jqx",
ft = { "json", "yaml" },
}

0 comments on commit c297a25

Please sign in to comment.