From 62487cc5ca725fc727e34b789c281e2e4dd2dc1f Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 12 Aug 2023 21:36:21 +0800 Subject: [PATCH] docs: neovim --- home/base/desktop/neovim/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/home/base/desktop/neovim/README.md b/home/base/desktop/neovim/README.md index a87cfe81..645bb754 100644 --- a/home/base/desktop/neovim/README.md +++ b/home/base/desktop/neovim/README.md @@ -14,6 +14,20 @@ This document outlines neovim's configuration structure and various shortcuts/co | Plugins installation directory (lazy.nvim) | `~/.local/share/nvim/` | The same as standard location, generated and managed by lazy.nvim. | | LSP servers, DAP servers, linters, and formatters | `~/.local/share/nvim/mason/`(by mason.nvim) | [./default.nix](./default.nix), installed by nix. | +## Update/Clean Plugins + +Note that lazy.nvim will not automatically update plugins, so you need to update them manually. + +```bash +:Lazy update +``` + +Remove all unused plugins: + +```bash +:Lazy clean +``` + ## Screenshots ![](/_img/astronvim_2023-07-13_00-39.webp)