From 97fe50328752a5d718a5be2a8df6cc691c01e40d Mon Sep 17 00:00:00 2001 From: gered Date: Mon, 30 Sep 2024 14:56:37 -0400 Subject: [PATCH] disable nvim-treesitter auto indent functionality it mostly works fine, but the cases where it doesn't are REALLY annoying to me --- nvim/lua/plugins/nvim-treesitter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/plugins/nvim-treesitter.lua b/nvim/lua/plugins/nvim-treesitter.lua index 417c9d5..e1bf8e1 100644 --- a/nvim/lua/plugins/nvim-treesitter.lua +++ b/nvim/lua/plugins/nvim-treesitter.lua @@ -46,7 +46,7 @@ return { -- the list of additional_vim_regex_highlighting and disabled languages for indent. additional_vim_regex_highlighting = { 'ruby' }, }, - indent = { enable = true, disable = { 'ruby' } }, + -- indent = { enable = true, disable = { 'ruby' } }, -- this is pretty annoying unfortunately ... incremental_selection = { enable = true, keymaps = {