If a plugin lists an explicit name in addon-info.json, that name should be used as the plugin name, regardless of the name of the directory the plugin is sitting in.
More importantly, this controls the name of the generated doc file. Currently if you generate docs for vim-ft.vroom, you'll get a help file at doc/vim-ft.vroom.txt instead of doc/ft.vroom.txt.
If a plugin lists an explicit name in addon-info.json, that name should be used as the plugin name, regardless of the name of the directory the plugin is sitting in.
(Eg, instead of @stylized)