Skip to content

Commit

Permalink
fix: unset eventignore with empty string instead of nil (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy authored Jan 19, 2024
1 parent d5b7e43 commit e8c7360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/styler/theme.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ function M:after()
end

-- enable autocmds
vim.go.eventignore = nil
vim.go.eventignore = ""

-- schedule theme reload
vim.schedule(function()
Expand Down

0 comments on commit e8c7360

Please sign in to comment.