-
I have plugin that has a return {
"mvolkmann/autorun.nvim",
lazy = false, -- load on startup, not just when required
config = function()
require("autorun").setup()
end
} I don't understand why I need to write the |
Beta Was this translation helpful? Give feedback.
Answered by
folke
May 7, 2023
Replies: 1 comment 2 replies
-
you can also add |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mvolkmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you can also add
opts = {}