From 88eaefffa6efe1bb65fdd397a53f836b61d130d1 Mon Sep 17 00:00:00 2001 From: Sam Natale Date: Tue, 14 Apr 2026 11:24:50 +0100 Subject: [PATCH 1/2] improve readme --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b1b421e..f3dbabd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,14 @@ The first Neovim integration for [CodeRabbit](https://coderabbit.link/sam-natale > Not affiliated with CodeRabbit — just a fan. If you sign up, using the [link above](https://coderabbit.link/sam-natale) helps me out. image +## What It Does + +- **Inline diagnostics** — CodeRabbit findings show up as native Neovim diagnostics with virtual text, sign column markers, and underlines, just like a real LSP +- **Code actions** — apply suggested fixes directly from the quickfix menu (`vim.lsp.buf.code_action()`) +- **Review viewer** — read the full review in a floating window or buffer, with findings grouped by file, severity levels, and syntax-highlighted code suggestions +- **Review types** — review all changes, only committed changes, or only uncommitted changes, with optional base branch/commit comparison +- **Review history** — browse and revisit past reviews, persisted to disk across sessions +- **Statusline integration** — drop `require("coderabbit").status()` into your statusline for a live spinner while reviews run ## Getting Started From a38c448e797c33361656f6c85bea1940ea5deb09 Mon Sep 17 00:00:00 2001 From: Sam Natale <66391194+smnatale@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:26:36 +0100 Subject: [PATCH 2/2] Update section title from 'What It Does' to 'Features' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3dbabd..cdf983f 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The first Neovim integration for [CodeRabbit](https://coderabbit.link/sam-natale > Not affiliated with CodeRabbit — just a fan. If you sign up, using the [link above](https://coderabbit.link/sam-natale) helps me out. image -## What It Does +## Features - **Inline diagnostics** — CodeRabbit findings show up as native Neovim diagnostics with virtual text, sign column markers, and underlines, just like a real LSP - **Code actions** — apply suggested fixes directly from the quickfix menu (`vim.lsp.buf.code_action()`)