mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 12:31:04 +00:00
``` 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` ```
10 lines
No EOL
102 B
JSON
10 lines
No EOL
102 B
JSON
{
|
|
"extras": [
|
|
|
|
],
|
|
"install_version": 7,
|
|
"news": {
|
|
"NEWS.md": "10960"
|
|
},
|
|
"version": 8
|
|
} |