@nemith Thanks for the tip. I have worked with
#Neovim for a long time and am therefore quite familiar with it. However, despite having fewer plugins, it has always been considerably slower than
#Vim9. Additionally, the LSP architecture is painfully slow and dependent on other language servers running in the background and listening on UNIX sockets. This is acceptable with gopls. Unfortunately, 90% of my work still involves
#PHP and all the PHP language servers are poor.
#Intelephense, which I purchased, is even proprietary and was often unable to validate my licence.
I was so frustrated that I gave up on Neovim because it offered me no added value compared to Vim 9. Moreover, 89% of what LSPs do can also be provided by
#ctags, without the need for a buggy and slow Node.js Language Server.