Skip to content

Add native noir language support to vim/nvim (and lspconfig) #3

@ndavd

Description

@ndavd

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions