I have some user defined assemblies inside of my main project, when i regenerate the project files it will add the scripts that belongs to my user assemblies to the main unity c# assembly, and additionally, to my user assemblies. resulting in a duplicate reference error in all my scripts.
current workaround for this:
select another default editor, generate project files with it, reselect nvim as editor.