Hi. First, I'd like to thank you for making this plugin. Vim/nvim setups are often overlooked when a new language is being developed.
However, support for a new language often ends up being builtin in nvim/vim and lspconfig. Like this:
- Detecting the
noir filetype and providing syntax highlighting should be in vim (which then gets incorporated into nvim)
- And the LSP setup should be in lspconfig, so that people could easily configure it
Is this something that's being considered? If not, and you're okay with it, I wouldn't mind submitting some PRs migrating the contents of this plugin.