Skip to content

Instantly share code, notes, and snippets.

@tjdevries
Created July 20, 2023 19:22
Show Gist options
  • Save tjdevries/428a63a39be30f6505076331d1838fd8 to your computer and use it in GitHub Desktop.
Save tjdevries/428a63a39be30f6505076331d1838fd8 to your computer and use it in GitHub Desktop.
local myfunc = function(opts)
opts = opts or {}
opts.bufnr = opts.bufnr or create_my_buffer(...)
opts.win = opts.win or creat_my_win(...)
-- now do the rest...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment