Skip to content

Commit a7027d0

Browse files
committed
refactor: Quickfix is now part or ignore_buftypes
1 parent c9de67f commit a7027d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/bars/statuscolumn.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local STC = "%!v:lua.require('bars.statuscolumn').render()";
88
---@type statuscolumn.config
99
statuscolumn.config = {
1010
ignore_filetypes = { "blink-cmp-menu" },
11-
ignore_buftypes = { "help" },
11+
ignore_buftypes = { "help", "quickfix" },
1212

1313
condition = function (buffer)
1414
local ft, bt = vim.bo[buffer].ft, vim.bo[buffer].bt;

0 commit comments

Comments
 (0)