We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignore_buftypes
1 parent c9de67f commit a7027d0Copy full SHA for a7027d0
lua/bars/statuscolumn.lua
@@ -8,7 +8,7 @@ local STC = "%!v:lua.require('bars.statuscolumn').render()";
8
---@type statuscolumn.config
9
statuscolumn.config = {
10
ignore_filetypes = { "blink-cmp-menu" },
11
- ignore_buftypes = { "help" },
+ ignore_buftypes = { "help", "quickfix" },
12
13
condition = function (buffer)
14
local ft, bt = vim.bo[buffer].ft, vim.bo[buffer].bt;
0 commit comments