mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-18 12:15:25 +02:00
fix(docs): Small fixes in README.md
This commit is contained in:
parent
9934f646c1
commit
06c8a420e8
12
README.md
12
README.md
@ -21,11 +21,11 @@ Install with your favorite plugin manager, for example with [lazy.nvim](https://
|
|||||||
-- Other dependencies
|
-- Other dependencies
|
||||||
-- ..
|
-- ..
|
||||||
"Myzel394/jsonfly.nvim",
|
"Myzel394/jsonfly.nvim",
|
||||||
},
|
}
|
||||||
},
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Here's how I load it with lazy.nvim with lazy-loading :)
|
Here's how I load it with lazy.nvim with lazy-loading and `<leader>j` as the keymap :)
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
@ -40,9 +40,9 @@ Here's how I load it with lazy.nvim with lazy-loading :)
|
|||||||
desc = "Open json(fly)",
|
desc = "Open json(fly)",
|
||||||
ft = { "json" },
|
ft = { "json" },
|
||||||
mode = "n"
|
mode = "n"
|
||||||
},
|
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Load the extension with:
|
Load the extension with:
|
||||||
@ -106,5 +106,5 @@ require"telescope".setup {
|
|||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
- JSON parsing is done with [Jeffrey Friedl's JSON library](http://regex.info/blog/lua/json
|
- JSON parsing is done with [Jeffrey Friedl's JSON library](http://regex.info/blog/lua/json)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user