We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d350db2 commit 1af8ec6Copy full SHA for 1af8ec6
init.lua
@@ -946,7 +946,7 @@ require('lazy').setup({
946
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
947
additional_vim_regex_highlighting = { 'ruby' },
948
},
949
- indent = { enable = true, disable = { 'ruby' } },
+ indent = { enable = true, disable = { 'ruby', 'yaml' } },
950
951
-- There are additional nvim-treesitter modules that you can use to interact
952
-- with nvim-treesitter. You should go explore a few and see what interests you:
0 commit comments