mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-30 15:44:37 +02:00
Fix ignored user autocommands (#1090)
This commit is contained in:
parent
47c44ae248
commit
e37a511abc
9 changed files with 128 additions and 105 deletions
|
@ -67,7 +67,10 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue