Merge 4b4c7dddee5f53e8ae671f9d68ef2e32c59b98e1 into d350db2449da40df003c40d440f909d74e2d4e70
This commit is contained in:
commit
5e232ad09d
2
init.lua
2
init.lua
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user