Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/noir-lang/noir-nvim

A NeoVim plugin providing syntax highlighting and LSP support for Noir
https://github.com/noir-lang/noir-nvim

Last synced: 3 months ago
JSON representation

A NeoVim plugin providing syntax highlighting and LSP support for Noir

Awesome Lists containing this project

README

        

# noir-nvim

A NeoVim plugin providing syntax highlighting and LSP support for Noir

To install this plugin, follow the standard steps for the plugin manager you are using.

For the LSP to work, ensure you have `nargo` reachable in your PATH, and ensure
that the `nargo lsp` command works in a terminal. From there, the LSP should be automatically
started when a `*.nr` file is opened.