summaryrefslogtreecommitdiff
path: root/utils/installer/lv-config.example-no-ts.lua
diff options
context:
space:
mode:
Diffstat (limited to 'utils/installer/lv-config.example-no-ts.lua')
-rw-r--r--utils/installer/lv-config.example-no-ts.lua4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/installer/lv-config.example-no-ts.lua b/utils/installer/lv-config.example-no-ts.lua
index 91c3b2ed..9e56de51 100644
--- a/utils/installer/lv-config.example-no-ts.lua
+++ b/utils/installer/lv-config.example-no-ts.lua
@@ -58,6 +58,8 @@ lvim.builtin.treesitter.highlight.enabled = true
-- }
-- 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" },
+-- }
-- Additional Leader bindings for WhichKey