Skip to content

Commit

Permalink
perf(configs): remove some rarely-used events
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Nov 9, 2023
1 parent 897ff5b commit 68eebfd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lua/dropbar/configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ M.opts = {
and not vim.wo[win].diff
end,
attach_events = {
'OptionSet',
'BufWinEnter',
'BufWritePost',
},
Expand All @@ -29,7 +28,6 @@ M.opts = {
win = {
'CursorMoved',
'CursorMovedI',
'WinEnter',
'WinResized',
},
buf = {
Expand Down

0 comments on commit 68eebfd

Please sign in to comment.