https://github.com/brianhuster/qfpeek.nvim
https://github.com/brianhuster/qfpeek.nvim
neovim-plugin nvim-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brianhuster/qfpeek.nvim
- Owner: brianhuster
- License: apache-2.0
- Created: 2025-07-10T06:02:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-10T11:56:44.000Z (about 1 year ago)
- Last Synced: 2025-07-10T16:58:58.211Z (about 1 year ago)
- Topics: neovim-plugin, nvim-plugin
- Language: Lua
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qfpeek.nvim
A minimal Neovim plugin that provides quick preview functionality for quickfix and
location list entries in a floating window.

## Installation
Requires Nvim 0.11 or later (lower versions may work but are not tested).
This plugin can be installed using any package manager that supports Git repo, such as `lazy.nvim`, `vim-plug`, etc.
Or you can also use built-in `package` feature of Neovim
```bash
git clone https://github.com/brianhuster/qfpeek.nvim ~/.config/nvim/pack/plugins/start/qfpeek.nvim
```
**NOTE**: This plugin doesn't require lazy-loading, because it is lazy-loaded by default.
See [:h qfpeek](doc/qfpeek.txt) for more information on usage and configuration.
## See also
- [Similar plugins](https://github.com/brianhuster/qfpeek.nvim/wiki/Similar-plugins)