SkillAgentSearch skills...

Qfview.nvim

Pretty quickfix/location view for Neovim

Install / Use

/learn @ashfinal/Qfview.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Pretty quickfix/location view with smart path-shorten and folding

qfview.nvim makes your quickfix/location window look nicer and function better. Meant to be the successor of nvim-pqf.

qfview

Features

  • Consistent, aligned, shorten text display
  • Highlights for the item type (error, warning, etc)
  • Same file based folding
  • Works with both quickfix and location window

qfview.nvim uses Neovim's built-in diagnostic signs to highlight the item type. You can change your diagnostic symbols following this instruction.

Requirements

Recent Neovim.

Installation

Install this plugin using your plugin manager of choice. For example, when using vim-plug:

Plug 'ashfinal/qfview.nvim'

Then add the following lua snippet to your init.lua:

require('qfview').setup()

When using lazy.nvim:

{
  "ashfinal/qfview.nvim",
  event = "UIEnter",
  config = true,
},

Configuration

We don't have any configuration options yet.

License

MIT.

Related Skills

View on GitHub
GitHub Stars55
CategoryDevelopment
Updated14d ago
Forks3

Languages

Lua

Security Score

95/100

Audited on Mar 15, 2026

No findings