spacevim/bundle/vim-matchup/.projections.json

9 lines
216 B
JSON
Raw Normal View History

2024-08-21 14:17:26 +08:00
{
"plugin/*.vim": {"type": "plugin"},
"autoload/*.vim": {"type": "autoload"},
"after/*.vim": {"type": "after"},
"doc/*.txt": {"type": "doc"},
"README.md": {"type": "readme"},
"test/*": {"type": "test"}
}