add link to nvim-jqx: interactive interface to json files (#45)

This commit is contained in:
Gennaro Tedesco 2021-03-15 23:58:14 +01:00 committed by GitHub
parent 19c7bb8b42
commit f2ddc4dfaf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -203,6 +203,9 @@ Treesitter is a new system coming in Neovim 0.5 that incrementally parses your c
- [TimUntersberger/neogit](https://github.com/TimUntersberger/neogit) - A Magit clone for Neovim that may change some things to fit the Vim philosophy.
- [tveskag/nvim-blame-line](https://github.com/tveskag/nvim-blame-line) - A small plugin that uses neovims virtual text to print git blame info at the end of the current line.
### Json
- [gennaro-tedesco/nvim-jqx](https://github.com/gennaro-tedesco/nvim-jqx) - Interactive interface for json files
### Comment
- [b3nj5m1n/kommentary](https://github.com/b3nj5m1n/kommentary) - Commenting plugin written in lua.