Skip to content

Commit

Permalink
fix(quicker-nvim): lazy loading doesn't work on filetype seamlessly
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Sep 6, 2024
1 parent 331bf6f commit 05a4e24
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lua/astrocommunity/quickfix/quicker-nvim/init.lua
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
return {
"stevearc/quicker.nvim",
ft = "qf",
event = "VeryLazy",
specs = {
{
"AstroNvim/astrocore",
---@type AstroCoreOpts
opts = {
options = {
opt = {
-- allow lazy loading on quickfix opening
quickfixtextfunc = "v:lua.require'quicker.display'.quickfixtextfunc",
},
},
mappings = {
n = {
["<Leader>xq"] = { function() require("quicker").toggle { focus = true } end, desc = "Toggle quickfix" },
Expand Down

0 comments on commit 05a4e24

Please sign in to comment.