Added quicker.nvim plugin

This commit is contained in:
2025-11-17 21:29:44 +09:00
parent 7b0459c908
commit 81112ee19c
+7
View File
@@ -0,0 +1,7 @@
return {
'stevearc/quicker.nvim',
ft = "qf",
---@module "quicker"
---@type quicker.SetupOptions
opts = {},
}