Update README.md
This commit is contained in:
parent
1da3510ef4
commit
c047085bdf
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,11 @@ This is just a dump of my NVim config.
|
||||||
2. Invoke `git submodule update --init --recursive --depth=1` in
|
2. Invoke `git submodule update --init --recursive --depth=1` in
|
||||||
`$HOME/.config/nvim`.
|
`$HOME/.config/nvim`.
|
||||||
|
|
||||||
|
## Updating This Config
|
||||||
|
|
||||||
|
1. `git pull` or `git fetch` and merge.
|
||||||
|
2. `git submodule update --init --recursive`
|
||||||
|
|
||||||
## Enabling LSP
|
## Enabling LSP
|
||||||
|
|
||||||
In NeoVim, invoke `:call loadlsp#loadlspall()`, then reload the current open
|
In NeoVim, invoke `:call loadlsp#loadlspall()`, then reload the current open
|
||||||
|
|
Loading…
Reference in a new issue