disable nvim-treesitter auto indent functionality
it mostly works fine, but the cases where it doesn't are REALLY annoying to me
This commit is contained in:
parent
e7fc7d3a7a
commit
97fe503287
|
@ -46,7 +46,7 @@ return {
|
||||||
-- the list of additional_vim_regex_highlighting and disabled languages for indent.
|
-- 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' } }, -- this is pretty annoying unfortunately ...
|
||||||
incremental_selection = {
|
incremental_selection = {
|
||||||
enable = true,
|
enable = true,
|
||||||
keymaps = {
|
keymaps = {
|
||||||
|
|
Loading…
Reference in a new issue