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:
Gered 2024-09-30 14:56:37 -04:00
parent e7fc7d3a7a
commit 97fe503287

View file

@ -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 = {