From c08d0a79ccf86171221616643329897099c6118c Mon Sep 17 00:00:00 2001 From: Ching Pei Yang Date: Sun, 10 Nov 2024 20:48:43 +0100 Subject: [PATCH] docs: cleanup formatting --- docs/manual/configuring/custom-plugins/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";