mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 22:20:06 +08:00
9 lines
216 B
JSON
9 lines
216 B
JSON
{
|
|
"plugin/*.vim": {"type": "plugin"},
|
|
"autoload/*.vim": {"type": "autoload"},
|
|
"after/*.vim": {"type": "after"},
|
|
"doc/*.txt": {"type": "doc"},
|
|
"README.md": {"type": "readme"},
|
|
"test/*": {"type": "test"}
|
|
}
|