From 8aefe0a4fce17f4198925b3fb814f1cf831ec5a7 Mon Sep 17 00:00:00 2001 From: matiyas Date: Fri, 27 Feb 2026 09:02:46 +0100 Subject: [PATCH] docs: add LuaRocks and license badges to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5234266..817b9c1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # ruby-namespace-copy.nvim [![CI](https://github.com/matiyas/ruby-namespace-copy.nvim/actions/workflows/test.yml/badge.svg)](https://github.com/matiyas/ruby-namespace-copy.nvim/actions/workflows/test.yml) +[![LuaRocks](https://img.shields.io/luarocks/v/matiyas/ruby-namespace-copy.nvim?logo=lua&color=purple)](https://luarocks.org/modules/matiyas/ruby-namespace-copy.nvim) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) A Neovim plugin that uses Tree-sitter to extract and copy the fully qualified Ruby class/module namespace at the cursor position to the clipboard.