Skip to content

Commit

Permalink
docs: cleanup formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
horriblename authored and NotAShelf committed Nov 10, 2024
1 parent a0281d3 commit c08d0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/configuring/custom-plugins/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit c08d0a7

Please sign in to comment.