Neovim – LSP double renaming problem with using Pyright and Pylsp
I am using Pyright
LSP as main LSP server and pylsp
for pep8 validation but is there problem with renaming. It happens 2 times a row: one from Pyright
and another from pylsp
. What is wrong in my config and how to disable pylsp renaming?