Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
<img width="2396" height="1403" alt="image" src="https://github.com/user-attachments/assets/acb8a567-e527-494c-940a-e05374a4072f" />

## 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()`)
- **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

Expand Down
Loading