mirror of
https://github.com/Myzel394/jsonfly.nvim.git
synced 2025-06-18 04:05:26 +02:00
chore: Make README.md more beginner friendly
This commit is contained in:
parent
539a0b79a5
commit
ad3362506d
13
README.md
13
README.md
@ -61,7 +61,20 @@ Go to a JSON file and run:
|
||||
|
||||
## Configuration
|
||||
|
||||
Edit jsonfly like any other Telescope extension:
|
||||
|
||||
```lua
|
||||
require"telescope".setup {
|
||||
extensions = {
|
||||
jsonfly = {
|
||||
-- Your configuration here
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Please see [jsonfly.lua](https://github.com/Myzel394/jsonfly/blob/main/lua/telescope/_extensions/jsonfly.lua) for the default configuration.
|
||||
The first comment in the file contains a list of all available options.
|
||||
|
||||
### Example: Vertical layout
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user