feat: error log snippet for go; changed events for the relative-toggle plugin
This commit is contained in:
@@ -5,8 +5,8 @@ return {
|
||||
require("relative-toggle").setup({
|
||||
pattern = "*",
|
||||
events = {
|
||||
on = { "BufEnter", "FocusGained", "InsertLeave", "WinEnter", "CmdlineLeave" },
|
||||
off = { "BufLeave", "FocusLost", "InsertEnter", "WinLeave", "CmdlineEnter" },
|
||||
on = { "InsertLeave" },
|
||||
off = { "InsertEnter" },
|
||||
},
|
||||
})
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user