nvim: add quicker plugin

This commit is contained in:
2025-03-16 23:35:10 +01:00
parent 24966cfc69
commit e90c2c7e4a
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
return {
'stevearc/quicker.nvim',
event = "FileType qf",
---@module "quicker"
---@type quicker.SetupOptions
opts = {},
}