summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAbouzar Parvan <[email protected]>2021-07-18 22:27:05 +0430
committerGitHub <[email protected]>2021-07-18 17:57:05 +0000
commit56f17cebd4520e37c4c8a96e96e008bb5870178b (patch)
tree9cb413eda9fdcb6b7219688fe49252a6fca348f5 /README.md
parent113f69c447dd09bf3b99732c6e8a957df0cf6c82 (diff)
[Feature] Allow users to inspect all settings inside LV (#984)
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29f4e75e..8edae597 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,14 @@ O.lang.python.analysis.use_library_code_types = true
-- vim.cmd('source ' .. CONFIG_PATH .. '/lua/lv-user/init.vim')
```
+In case you want to see all the settings inside LunarVim, run the following:
+
+```bash
+cd ~/.config/nvim
+nvim --headless +'lua require("lv-utils").generate_settings()' +qa && sort -o lv-settings.lua{,}
+```
+and then inspect `~/.config/nvim/lv-settings.lua` file
+
## Updating LunarVim
In order to update you should be aware of three things `Plugins`, `LunarVim` and `Neovim`