docs: add neovim installation guide

This commit is contained in:
Kristofers Solo 2025-01-03 17:08:35 +02:00
parent 5f35d5970b
commit 347e99f256

View File

@ -2,6 +2,18 @@
[Bruno](https://github.com/usebruno/bruno) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter). [Bruno](https://github.com/usebruno/bruno) grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).
## Installation
Install the plugin with your preferred package manager:
### [Lazy](https://github.com/folke/lazy.nvim)
```lua
{
"kristoferssolo/tree-sitter-bruno",
}
```
## References ## References
- [Bruno Language Grammar](https://github.com/usebruno/bruno/tree/main/packages/bruno-lang/v2) - [Bruno Language Grammar](https://github.com/usebruno/bruno/tree/main/packages/bruno-lang/v2)
@ -11,4 +23,4 @@
## Special Thanks ## Special Thanks
[Scalamando](https://github.com/Scalamando) - *for creating [<https://github.com/Scalamando/tree-sitter-bruno](https://github.com/Scalamando/tree-sitter-bruno>)* [Scalamando](https://github.com/Scalamando) - *for creating [https://github.com/Scalamando/tree-sitter-bruno](https://github.com/Scalamando/tree-sitter-bruno>)*