X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/3c8c51800fa444f545efa8d6e3a4dc481d536cfe..20c7e83b58359cee70cad87c221f27045aca425e:/.vim/bundle/password-store/.projections.json diff --git a/.vim/bundle/password-store/.projections.json b/.vim/bundle/password-store/.projections.json new file mode 100644 index 00000000..89596b83 --- /dev/null +++ b/.vim/bundle/password-store/.projections.json @@ -0,0 +1,18 @@ +{ + "t/*.vader" : { + "type" : "test", + "alternate" : [ "autoload/{}.vim", "ftplugin/{}.vim" ] + }, + "autoload/*.vim" : { + "type" : "autoload", + "alternate" : "t/pass.vader" + }, + "ftplugin/*.vim" : { + "type" : "plugin", + "alternate" : "t/{}.vader" + }, + ".scratch/*.vim" : { + "type" : "scratch", + "alternate" : "{}" + } +}