Skip to content

Commit

Permalink
feat: added deactivate
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jan 24, 2023
1 parent 7938017 commit bf216e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/noice/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ function M.disable()
require("noice.util.hacks").disable()
end

M.deactivate = M.disable

function M.cmd(name)
require("noice.commands").cmd(name)
end
Expand Down

0 comments on commit bf216e0

Please sign in to comment.