Skip to content

Commit

Permalink
Update init.lua
Browse files Browse the repository at this point in the history
Changes according to #80 (comment)
  • Loading branch information
a-usr authored Oct 30, 2024
1 parent 19d9706 commit e83ef13
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lua/precognition/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ local state = {
ns = function()
return ns
end,
is_visible = function()
return visible
end,
}

setmetatable(M, {
Expand Down

0 comments on commit e83ef13

Please sign in to comment.