Hi, I know that this question was answered before, but I want to reopen it for the actual development version of nvim.
I don't want just to install vim plugins in nvim, I want to make use of the new features of nvim 0.5 as far as possible, which means init.lua files instead of init.vim and native lsp instead of coc.
I want to set up autoformatting, clippy, any other useful feature and finally rust analyzer.
The reason is performence, because the lua scripts are much faster than vim scripts. My main machine would be powerful enough, but I also use some older hardware. The other reason is: why not?
But I need a bit help because it is hard to find informations.