Skip to content

Please remove print #38

Description

@adoyle-h

Shade.nvim/lua/shade.lua

Lines 416 to 426 in 4286b5a

M.toggle = function()
if state.active then
remove_all_overlays()
print("off")
state.active = false
else
create_tabpage_overlays(0)
print("on")
state.active = true
end
end

Please remove print("off") and print("on")

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions