From 347e99f256930213cd7fcd0efe3f9af83035c4b1 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Fri, 3 Jan 2025 17:08:35 +0200 Subject: [PATCH] docs: add neovim installation guide --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cf42413..bedb2be 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ [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 - [Bruno Language Grammar](https://github.com/usebruno/bruno/tree/main/packages/bruno-lang/v2) @@ -11,4 +23,4 @@ ## Special Thanks -[Scalamando](https://github.com/Scalamando) - *for creating [)* +[Scalamando](https://github.com/Scalamando) - *for creating [https://github.com/Scalamando/tree-sitter-bruno](https://github.com/Scalamando/tree-sitter-bruno>)*