Merge 4b4c7dddee5f53e8ae671f9d68ef2e32c59b98e1 into d350db2449da40df003c40d440f909d74e2d4e70

This commit is contained in:
David Thompson 2025-05-02 09:50:48 -04:00 committed by GitHub
commit 5e232ad09d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -946,7 +946,7 @@ require('lazy').setup({
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
additional_vim_regex_highlighting = { 'ruby' },
},
indent = { enable = true, disable = { 'ruby' } },
indent = { enable = true, disable = { 'ruby', 'yaml' } },
},
-- There are additional nvim-treesitter modules that you can use to interact
-- with nvim-treesitter. You should go explore a few and see what interests you: