fix(heirline): respect edgy when calculating tabline offset
This commit is contained in:
@@ -50,7 +50,7 @@ return {
|
||||
condition = function(self)
|
||||
self.winid = vim.api.nvim_tabpage_list_wins(0)[1]
|
||||
return status.condition.buffer_matches(
|
||||
{ filetype = { "aerial", "dapui_.", "neo%-tree", "NvimTree" } },
|
||||
{ filetype = { "aerial", "dapui_.", "neo%-tree", "NvimTree", "edgy" } },
|
||||
vim.api.nvim_win_get_buf(self.winid)
|
||||
)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user