Skip to content

Commit c71c9f9

Browse files
feat: Add filetype to task output buffer
1 parent fe7b2f9 commit c71c9f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lua/overseer/window.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ local function create_overseer_window(direction, existing_win)
3131
return task_under_cursor or tasks[1]
3232
end,
3333
})
34+
local task_output_bufnr = vim.api.nvim_win_get_buf(task_view.winid)
35+
vim.bo[task_output_bufnr].filetype = "OverseerListOutput"
3436
util.go_win_no_au(winid)
3537
end
3638

0 commit comments

Comments
 (0)