Created
July 20, 2023 19:22
-
-
Save tjdevries/428a63a39be30f6505076331d1838fd8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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