From c047085bdf3490730435e79974663fc7a1c973a2 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Sun, 6 Aug 2023 19:05:10 +0900 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a924ee0..05808ac 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ This is just a dump of my NVim config. 2. Invoke `git submodule update --init --recursive --depth=1` in `$HOME/.config/nvim`. +## Updating This Config + +1. `git pull` or `git fetch` and merge. +2. `git submodule update --init --recursive` + ## Enabling LSP In NeoVim, invoke `:call loadlsp#loadlspall()`, then reload the current open