fix(heirline): respect edgy when calculating tabline offset

This commit is contained in:
Micah Halter
2023-06-23 07:56:01 -04:00
parent 76327a79a5
commit b399eda820
+1 -1
View File
@@ -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,