From c8dafac8711eace3451272cc14fbaa0194549e8a Mon Sep 17 00:00:00 2001 From: Kai Cataldo Date: Fri, 27 Dec 2024 20:12:31 -0500 Subject: [PATCH] Fix typo in "Managing User Configuraton" Found a little typo! --- src/content/docs/configuration/manage_user_config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/configuration/manage_user_config.mdx b/src/content/docs/configuration/manage_user_config.mdx index 5efd2b7c2..564cc2dd2 100644 --- a/src/content/docs/configuration/manage_user_config.mdx +++ b/src/content/docs/configuration/manage_user_config.mdx @@ -6,7 +6,7 @@ sidebar_position: 1 import { Tabs, TabItem, Steps } from "@astrojs/starlight/components"; -AstroNvim is installed with the `lazy.nvim` plugin manager just like any other plugin in Neovim. The template provided in the installation instructions is simply a minimal Neovim configuration with the lazy.nvim plugin manager that adds AstroNvim along with some example code. This makes it easy to back the configuration the configuration to a git repository. +AstroNvim is installed with the `lazy.nvim` plugin manager just like any other plugin in Neovim. The template provided in the installation instructions is simply a minimal Neovim configuration with the lazy.nvim plugin manager that adds AstroNvim along with some example code. This makes it easy to back the configuration up to a git repository. ## Setting up a user configuration