2024-04-11 23:13:09 +02:00
2024-04-11 23:02:47 +02:00
2024-04-11 23:13:09 +02:00

jsonfly.nvim

Fly through your JSON files with ease. Search blazingly fast for keys via Telescope, and navigate through your JSON structure with ease.

json(fly) is a Telescope extension that will show you all keys (including nested ones) in your JSON files and allow you to search and jump to them quickly.

Installation

Install with your favorite plugin manager, for example with lazy.nvim:

{
    "nvim-telescope/telescope.nvim",
    dependencies = {
        -- "Myzel394/telescope-last-positions",
        -- Other dependencies
        -- ..
        "Myzel394/jsonfly.nvim",
    },
},

Load the extension with:

require("telescope").load_extension("jsonfly")

Usage

Go to a JSON file and run:

:Telescope jsonfly
Description
🦋❵ Fly through your JSON / XML / YAML files with ease. Search blazingly fast for keys via Telescope.
Readme 458 KiB
Languages
Lua 95.8%
Nix 4%
Just 0.2%