Introducing jsonpath.nvim

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. vim-jqplay

    Run jq interactively in Vim

    As I got too much into jq by attempting to port a Vim-only jq playground plugin to be compatible with Neovim as well, I wished for something that would quickly tell me how to access the value under the cursor in a JSON file. I knew treesitter was good at this stuff, so I studied just enough to implement this.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. vim-jqplay

    Run jq interactively in Vim and Neovim (by phelipetls)

    As I got too much into jq by attempting to port a Vim-only jq playground plugin to be compatible with Neovim as well, I wished for something that would quickly tell me how to access the value under the cursor in a JSON file. I knew treesitter was good at this stuff, so I studied just enough to implement this.

  4. jsonpath.nvim

    A Neovim plugin to help you access JSON values, powered by treesitter

  5. nvim-lspconfig

    Quickstart configs for Nvim LSP

    Isn't that task something which should be handled by a lsp server like Jsonls?

  6. blamer.nvim

    A git blame plugin for neovim inspired by VS Code's GitLens plugin

    Sure, but note that I cobbled it together from this blogpost and from peeking at blamer.nvim's source. I don't really know vimscript, so it might have an error or two and probably isn't the best way to do this:

  7. nvim-navic

    Simple winbar/statusline plugin that shows your current code context

    Nice, it would be cool if this could be integrated with nvim-navic so it shows the json path in the same location as the navigation for languages with lsp support.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • F/f/T/t highlight plugin?

    8 projects | /r/neovim | 10 Jul 2023
  • Which vim plugins do not have a lua equivalent yet?

    23 projects | /r/neovim | 18 Feb 2023
  • Paste a word without losing the yank buffer

    3 projects | /r/vim | 5 Aug 2022
  • projectmgr.nvim - I listened to all of your feedback and present a significantly improved and much more feature-laden version!

    3 projects | /r/neovim | 9 Aug 2022
  • moving in insert mode

    8 projects | /r/vim | 13 Jul 2022

Did you know that Vim Script is
the 33rd most popular programming language
based on number of references?