Skip to content

Commit

Permalink
chore: leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
shortcuts committed Sep 2, 2024
1 parent 156a820 commit 609eb6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/no-neck-pain/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ function NoNeckPain.setup(opts)
vim.api.nvim_create_autocmd({ "TabEnter" }, {
callback = function(p)
vim.schedule(function()
vim.print("bar")
if _G.NoNeckPain.state == nil or not _G.NoNeckPain.state.enabled then
return log.debug(p.event, "plugin is disabled")
end
Expand Down

0 comments on commit 609eb6c

Please sign in to comment.