Skip to content

Commit

Permalink
feat: expose require("trouble").is_open()
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Feb 18, 2023
1 parent 3bd0292 commit 2eb27b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/trouble/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -282,4 +282,6 @@ function Trouble.get_items()
end
end

Trouble.is_open = is_open

return Trouble

0 comments on commit 2eb27b3

Please sign in to comment.