mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-18 12:15:25 +02:00
chore: Add basic README.md
This commit is contained in:
parent
3b481818d8
commit
99b9d657bb
35
README.md
Normal file
35
README.md
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
# jsonfly
|
||||||
|
|
||||||
|
Fly through your JSON files with ease.
|
||||||
|
Search ✨ blazingly fast ✨ for keys via [Telescope](https://github.com/nvim-telescope/telescope.nvim), and navigate through your JSON structure with ease.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
Install with your favorite plugin manager, for example with [lazy.nvim](https://github.com/folke/lazy.nvim):
|
||||||
|
|
||||||
|
```lua
|
||||||
|
{
|
||||||
|
"nvim-telescope/telescope.nvim",
|
||||||
|
dependencies = {
|
||||||
|
-- "Myzel394/telescope-last-positions",
|
||||||
|
-- Other dependencies
|
||||||
|
-- ..
|
||||||
|
"Myzel394/jsonfly",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
```
|
||||||
|
|
||||||
|
Load the extension with:
|
||||||
|
|
||||||
|
```lua
|
||||||
|
require("telescope").load_extension("jsonfly")
|
||||||
|
```
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
Go to a JSON file and run:
|
||||||
|
|
||||||
|
```lua
|
||||||
|
:Telescope jsonfly
|
||||||
|
```
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user