diff --git a/.projections.json b/.projections.json new file mode 100644 index 0000000..4753d8a --- /dev/null +++ b/.projections.json @@ -0,0 +1,6 @@ +{ + "plugin/*.vim": {"type": "plugin"}, + "autoload/*.vim": {"type": "autoload"}, + "doc/*.txt": {"type": "doc"}, + "README.md": {"type": "readme"} +}