starter/lazyvim.json
Sean Herman 8d76ac5210
move extras before custom plugins (#9)
```
The order of your `lazy.nvim` imports is incorrect:
- `lazyvim.plugins` should be first
- followed by any `lazyvim.plugins.extras`
- and finally your own `plugins`
```
2025-02-13 22:03:04 -05:00

10 lines
No EOL
102 B
JSON

{
"extras": [
],
"install_version": 7,
"news": {
"NEWS.md": "10960"
},
"version": 8
}