The tool vim-plugins-updater
tool gives the error RuntimeError: Plugin nvim-dbee is already packaged in \'luaPackages\', please use that
.
What does that mean and how can I solve it?
Context: it is a syntax highlighter that uses treesitter vs say vim-polyglot
and the like. I assume treesitter is the problem here?
$ sudo nix-shell -p vimPluginsUpdater --run 'vim-plugins-updater add "pappasam/papercolor-theme-slim"' ✔ 780 Mbps 16:14:10
path is '/nix/store/ravcym601fpfg1y1hwczwcp9slgc5s0z-53df79743964b9885573cdaaa6dc9bf2756abf96.tar.gz'
1 of 1608 were checked
Traceback (most recent call last):
File "/nix/store/kz0sf936b6szirvagyk4mk39dlvpn4xq-vim-plugins-updater-0.1/bin/..vim-plugins-updater-wrapped-wrapped", line 183, in <module>
main()
File "/nix/store/kz0sf936b6szirvagyk4mk39dlvpn4xq-vim-plugins-updater-0.1/bin/..vim-plugins-updater-wrapped-wrapped", line 179, in main
editor.run()
File "/nix/store/xibmvar7r9228dhpgl5bbzpq5r5n26s5-pluginupdate-py/pluginupdate.py", line 691, in run
getattr(self, command)(args)
File "/nix/store/xibmvar7r9228dhpgl5bbzpq5r5n26s5-pluginupdate-py/pluginupdate.py", line 402, in add
update()
File "/nix/store/xibmvar7r9228dhpgl5bbzpq5r5n26s5-pluginupdate-py/pluginupdate.py", line 542, in update
self.generate_nix(plugins, output_file)
File "/nix/store/kz0sf936b6szirvagyk4mk39dlvpn4xq-vim-plugins-updater-0.1/bin/..vim-plugins-updater-wrapped-wrapped", line 95, in generate_nix
content = self.plugin2nix(pdesc, plugin, _isNeovimPlugin(plugin))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/nix/store/kz0sf936b6szirvagyk4mk39dlvpn4xq-vim-plugins-updater-0.1/bin/..vim-plugins-updater-wrapped-wrapped", line 109, in plugin2nix
raise RuntimeError(f"Plugin {plugin.name} is already packaged in `luaPackages`, please use that")
RuntimeError: Plugin nvim-dbee is already packaged in `luaPackages`, please use that