File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -912,9 +912,10 @@ require('lazy').setup({
912912 -- Some languages depend on vim's regex highlighting system (such as Ruby) for indent rules.
913913 -- If you are experiencing weird indenting issues, add the language to
914914 -- the list of additional_vim_regex_highlighting and disabled languages for indent.
915- additional_vim_regex_highlighting = { ' ruby' },
915+ -- additional_vim_regex_highlighting = { 'ruby' },
916916 },
917- indent = { enable = true , disable = { ' ruby' } },
917+ -- indent = { enable = true, disable = { 'ruby' } },
918+ indent = { enable = true },
918919 },
919920 -- There are additional nvim-treesitter modules that you can use to interact
920921 -- with nvim-treesitter. You should go explore a few and see what interests you:
You can’t perform that action at this time.
0 commit comments