Update README.md

This commit is contained in:
Abouzar Parvan 2021-07-20 17:05:47 +00:00 committed by GitHub
parent 0641bbd2fb
commit e057c61f48
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -163,10 +163,10 @@ O.lang.python.analysis.use_library_code_types = true
In case you want to see all the settings inside LunarVim, run the following:
```bash
cd ~/.config/nvim
cd /tmp
lvim --headless +'lua require("lv-utils").generate_settings()' +qa && sort -o lv-settings.lua{,}
```
and then inspect `~/.config/nvim/lv-settings.lua` file
and then inspect `/tmp/lv-settings.lua` file
## Updating LunarVim