summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-20 17:05:47 +0000
committerGitHub <[email protected]>2021-07-20 17:05:47 +0000
commite057c61f4864ed6422a8d86254e44ed84d76cd43 (patch)
treedd62c0e77c4ed81ebc92561b5f59d2511f15c65c
parent0641bbd2fb96f7be4be5bacb6e975a0b2413b26b (diff)
Update README.md
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 07947c47..c2d169b2 100644
--- a/README.md
+++ b/README.md
@@ -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