diff --git a/docs/manual/configuring/custom-plugins/configuring.md b/docs/manual/configuring/custom-plugins/configuring.md index ce29163..80ef03a 100644 --- a/docs/manual/configuring/custom-plugins/configuring.md +++ b/docs/manual/configuring/custom-plugins/configuring.md @@ -12,7 +12,7 @@ be used if the plugin uses a `require('module').setup(...)` pattern. Otherwise, { config.vim.lazy.plugins = { aerial.nvim = { - # ^^^^^^^^^ this name should match the package.pname or package.name + # ^^^^^^^^^ this name should match the package.pname or package.name package = aerial-nvim; setupModule = "aerial";