diff options
author | Abouzar Parvan <[email protected]> | 2021-07-20 17:05:47 +0000 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-20 17:05:47 +0000 |
commit | e057c61f4864ed6422a8d86254e44ed84d76cd43 (patch) | |
tree | dd62c0e77c4ed81ebc92561b5f59d2511f15c65c | |
parent | 0641bbd2fb96f7be4be5bacb6e975a0b2413b26b (diff) |
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |