summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLuc Sinet <[email protected]>2021-07-26 19:14:23 +0200
committerGitHub <[email protected]>2021-07-26 13:14:23 -0400
commit12c0a7441e6a18ee140b68cf8fc6d1c6468fd699 (patch)
tree521e00ac68eb6d094222897b91d13b57701a1588 /README.md
parent623994af2ae71a575fe5fc544e4bde36fdcdf006 (diff)
[Refactor] remove lv prefix (#1112)
* Rename lv-utils into utils * Move commands defined in utils into core/commands.lua
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index def17b97..09ca52bd 100644
--- a/README.md
+++ b/README.md
@@ -116,7 +116,7 @@ In case you want to see all the settings inside LunarVim, run the following:
```bash
cd /tmp
-lvim --headless +'lua require("lv-utils").generate_settings()' +qa && sort -o lv-settings.lua{,}
+lvim --headless +'lua require("utils").generate_settings()' +qa && sort -o lv-settings.lua{,}
```
and then inspect `/tmp/lv-settings.lua` file