diff --git a/lua/plugins/quicker.lua b/lua/plugins/quicker.lua new file mode 100644 index 0000000..261001f --- /dev/null +++ b/lua/plugins/quicker.lua @@ -0,0 +1,7 @@ +return { + 'stevearc/quicker.nvim', + ft = "qf", + ---@module "quicker" + ---@type quicker.SetupOptions + opts = {}, +}