Skip to content

Commit

Permalink
feat: add filetype to popup buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
RayGuo-ergou committed Jun 16, 2024
1 parent d26073b commit c209e8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/better-ts-errors/popup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ local popup = Popup({
width = "80%",
height = "60%",
},
buf_options = {
filetype = "typescript-errors",
},
})

M.show = function()
Expand Down

0 comments on commit c209e8b

Please sign in to comment.