summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkylo252 <[email protected]>2021-07-25 13:55:19 +0200
committerGitHub <[email protected]>2021-07-25 11:55:19 +0000
commite37a511abc1f6d6c6925719427f9890423f007f6 (patch)
treeabaac43231db8210a6f5ec3c17ba662ead16b665 /README.md
parent47c44ae248084bcd83e6b917ef0f87e092c66903 (diff)
Fix ignored user autocommands (#1090)
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" },
+-- }
```