mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-02 09:05:00 +02:00
19 lines
516 B
YAML
19 lines
516 B
YAML
core:
|
|
- all:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "lua/lazyvim/**"
|
|
- all-globs-to-all-files: "!lua/lazyvim/plugins/**"
|
|
|
|
core-plugins:
|
|
- all:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "lua/lazyvim/plugins/**"
|
|
- all-globs-to-all-files: "!lua/lazyvim/plugins/extras/**"
|
|
|
|
extras:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "lua/lazyvim/plugins/extras/**"
|
|
|
|
extras-lang:
|
|
- changed-files:
|
|
- any-glob-to-any-file: "lua/lazyvim/plugins/extras/lang/**"
|