mirror of
https://github.com/chenasraf/vim-matchup.git
synced 2026-05-17 17:38:01 +00: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"}
|
|
}
|