From b4ea5aa35486b0b7eecdfc0fff5c566960d3e2b4 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 20:16:05 +0800 Subject: [PATCH] docs: neovim --- home/base/desktop/neovim/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/home/base/desktop/neovim/README.md b/home/base/desktop/neovim/README.md index 7a129462..da953268 100644 --- a/home/base/desktop/neovim/README.md +++ b/home/base/desktop/neovim/README.md @@ -2,17 +2,19 @@ My Neovim config based on [AstroNvim](https://github.com/AstroNvim/AstroNvim). -This document outlines the configuration and dependencies of AstroNvim, along with various shortcuts and commands for efficient usage. +This document outlines various shortcuts and commands for efficient usage. ## Screenshots ![](/_img/astronvim_2023-07-13_00-39.webp) -## Related Folders +## Configuration Structure -- Nvim's config: `~/.config/nvim` -- AstroNvim's user configuration: `$XDG_CONFIG_HOME/astronvim/lua/user` -- Plugins installation directory (by lazy.nvim): `~/.local/share/nvim/` +| Description | Standard Location | My Location | +| ------------------------------------------ | ------------------------------------- | ------------------------------------------------------------------------- | +| Nvim's config | `~/.config/nvim` | astronvim's github repository, referenced as a flake input in this flake. | +| AstroNvim's user configuration | `$XDG_CONFIG_HOME/astronvim/lua/user` | [./astronvim_user/](./astronvim_user/) | +| Plugins installation directory (lazy.nvim) | `~/.local/share/nvim/` | The same as standard location, generated and managed by lazy.nvim. | For more details, visit the [AstroNvim website](https://astronvim.com/).