summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ac8ff77f..def17b97 100644
--- a/README.md
+++ b/README.md
@@ -106,7 +106,9 @@ lvim.plugins = {
}
-- Autocommands (https://neovim.io/doc/user/autocmd.html)
--- lvim.autocommands = {{ "BufWinEnter", "*", "echo \"hi again\""}}
+-- lvim.autocommands.custom_groups = {
+-- { "BufWinEnter", "*.lua", "setlocal ts=8 sw=8" },
+-- }
```