Skip to content

Commit

Permalink
cleanup: don't need empty methods in resession extension
Browse files Browse the repository at this point in the history
  • Loading branch information
stevearc committed Sep 17, 2023
1 parent 9e036c6 commit da05530
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions lua/resession/extensions/oil.lua
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
local M = {}

M.on_save = function()
return {}
end

M.on_load = function(data) end

M.is_win_supported = function(winid, bufnr)
return vim.bo[bufnr].filetype == "oil"
end
Expand Down

0 comments on commit da05530

Please sign in to comment.