names not printing with actions.add_to_quickfix #45

Closed
opened 2026-04-05 21:30:52 +00:00 by llakala · 1 comment
llakala commented 2026-04-05 21:30:52 +00:00

Hope it's okay that I don't go through the whole issue template, because it's a pretty simple issue.

With this basic config:

vim.g.canola = {
  keymaps = {
    ["<C-a>"] = "actions.add_to_qflist",
  },
}

Getting this in my logs when adding something:

[canola] Added  to quickfix

The files are added to the quickfix list correctly, they're just not being printed. On the latest commit of the canola branch.

Hope it's okay that I don't go through the whole issue template, because it's a pretty simple issue. With this basic config: ```lua vim.g.canola = { keymaps = { ["<C-a>"] = "actions.add_to_qflist", }, } ``` Getting this in my logs when adding something: ``` [canola] Added to quickfix ``` The files are added to the quickfix list correctly, they're just not being printed. On the latest commit of the canola branch.
llakala commented 2026-04-05 21:43:30 +00:00

Oops, made this in the wrong repo.

Oops, made this in the wrong repo.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
barrettruth/canola-collection#45
No description provided.