Skip to content

Commit

Permalink
fix: typo in custom_plugins.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DNature authored Feb 14, 2024
1 parent b5616f9 commit f46dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/recipes/custom_plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ By default AstroNvim enables lazy loading automatically with Lazy.nvim. This req
-- this plugin will be loaded when using `:ZenMode`
{ "folke/zen-mode.nvim", cmd = "ZenMode" },

-- this plugin will be not be lazy loaded
-- this plugin will not be lazy loaded
{ "folke/tokyonight.nvim", lazy = false },
```

Expand Down

0 comments on commit f46dd4d

Please sign in to comment.