View all code errors and warnings in a clean side panel instead of the built-in quickfix list.
Browse every place a function or variable is referenced across your project in a navigable tree view.
Display search results from Telescope or fzf-lua in an organized, interactive panel.
See all functions and classes in the current file using the document symbols panel.
| folke/trouble.nvim | lewis6991/gitsigns.nvim | awesomewm/awesome | |
|---|---|---|---|
| Stars | 6,783 | 6,819 | 6,882 |
| Language | Lua | Lua | Lua |
| Setup difficulty | moderate | moderate | moderate |
| Complexity | 2/5 | 2/5 | 3/5 |
| Audience | developer | developer | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Neovim 0.9.2+ and a configured language server client (LSP) to display diagnostics.
Trouble.nvim is a plugin for the Neovim text editor that replaces the default way Neovim shows code errors, warnings, and search results. Instead of cluttering the main editing area or using Neovim's built-in quickfix list (a plain, hard-to-read list at the bottom of the screen), Trouble shows all of that information in a formatted, interactive panel with icons, indentation, and color-coded severity levels. The plugin collects several types of information in one place. It can show diagnostic messages from the language server (the background process that checks your code for errors while you type), a list of every place a function or variable is referenced in your project, results from fuzzy-file-search tools like Telescope or fzf-lua, and the standard quickfix and location lists that many Neovim commands use. You can open multiple Trouble windows at the same time, each showing a different type of information, and configure them as floating windows or sidebar splits. The current version is a full rewrite of the original plugin with expanded capabilities. Notable additions include a tree view that follows the natural structure of the items being displayed, a document symbols panel that shows all the functions and classes in the current file, a statusline component, and the ability to define entirely custom views called "modes" with their own filters and sort orders. The panel follows the cursor as you move around your code, and clicking or pressing Enter on any item jumps you directly to that location. Installation is done through a Neovim package manager. The README provides configuration examples for the lazy.nvim manager, along with the full default settings and a list of keyboard shortcuts. The plugin requires Neovim version 0.9.2 or higher and a properly configured language server client. Optional dependencies include a Nerd Font for the icons and nvim-web-devicons for file type icons in the list.
A Neovim plugin that replaces the built-in error and diagnostic display with a formatted, interactive panel showing code errors, warnings, search results, and symbol references with icons and color-coding.
Mainly Lua. The stack also includes Lua, Neovim.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.