diff --git a/README.md b/README.md index b1b421e..cdf983f 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 +## 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