From 2d2cc08bd4619a1e82453f201dc6f56bba42deb8 Mon Sep 17 00:00:00 2001 From: matiyas Date: Fri, 27 Feb 2026 08:32:05 +0100 Subject: [PATCH] docs: add CI badge to README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1938ced..5234266 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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) + 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. ## Core Purpose