This commit is contained in:
parent
194defbf06
commit
cc4a25c5b3
|
@ -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' } },
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue