Compare commits
1 Commits
master
...
cpatti_rem
Author | SHA1 | Date | |
---|---|---|---|
|
6117dda247 |
5
init.lua
5
init.lua
@ -912,9 +912,10 @@ require('lazy').setup({
|
||||
-- Some languages depend on vim's regex highlighting system (such as Ruby) for indent rules.
|
||||
-- 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' },
|
||||
-- additional_vim_regex_highlighting = { 'ruby' },
|
||||
},
|
||||
indent = { enable = true, disable = { 'ruby' } },
|
||||
-- indent = { enable = true, disable = { 'ruby' } },
|
||||
indent = { enable = true },
|
||||
},
|
||||
-- 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