This commit is contained in:
jorgenwh 2024-10-27 02:17:59 +02:00
parent 194defbf06
commit cc4a25c5b3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ return { -- Highlight, edit, and navigate code
-- If you are experiencing weird indenting issues, add the language to
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
additional_vim_regex_highlighting = { 'ruby' },
disable = { 'text' },
},
indent = { enable = true, disable = { 'ruby' } },
},