mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-18 04:05:26 +02:00
jsonfly
Fly through your JSON files with ease. Search ✨ blazingly fast ✨ for keys via Telescope, and navigate through your JSON structure with ease.
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",
},
},
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.
Languages
Lua
95.8%
Nix
4%
Just
0.2%