Please create a package for Fedora
Is your enhancement related to a problem? Please describe.
I would like to use yaml language server with neovim on Fedora, but I couldn't find a package for it. Please consider packaging it for Fedora.
If you wonder how to best do this take a look at: https://src.fedoraproject.org/rpms/nodejs-bash-language-server
Here is a working package:
https://xor.cryptomilk.org/rpm/nodejs-yaml-language-server/
In the case of Vim and vim-lsp, the vim-lsp-settings plugin obtains yaml-language-server. For language clients other than vim-lsp (e.g. nvim integrated client) equivalents to vim-lsp-settings exist which obtain language servers without needing administrative privileges. Just a note on this topic.