diff options
author | Abouzar Parvan <[email protected]> | 2021-07-18 22:27:05 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-18 17:57:05 +0000 |
commit | 56f17cebd4520e37c4c8a96e96e008bb5870178b (patch) | |
tree | 9cb413eda9fdcb6b7219688fe49252a6fca348f5 /README.md | |
parent | 113f69c447dd09bf3b99732c6e8a957df0cf6c82 (diff) |
[Feature] Allow users to inspect all settings inside LV (#984)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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` |