Skip to content

Commit

Permalink
ok: when opts = {}, the config line is not necessary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeioth committed Aug 5, 2023
1 parent 5c6d1ce commit 3ee078e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astrocommunity/programming-tools/dooku-nvim/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ return {
{
"Zeioth/dooku.nvim",
cmd = { "DookuGenerate", "DookuOpen", "DookuAutoSetup" },
config = function(_, opts) require("dooku").setup(opts) end,
opts = {}
}
}

0 comments on commit 3ee078e

Please sign in to comment.