From 202ad41d445d5c20d107957c6c748bd2c0528ed2 Mon Sep 17 00:00:00 2001 From: jrupinski Date: Mon, 30 Sep 2024 10:06:37 +0200 Subject: [PATCH] fix: Disable Ruby ts indent again to avoid regression(#747) --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 119a8d1c..0153ea05 100644 --- a/init.lua +++ b/init.lua @@ -892,7 +892,7 @@ require('lazy').setup({ -- Autoinstall languages that are not installed auto_install = true, highlight = { enable = true }, - indent = { enable = true }, + indent = { enable = true, disable = { 'ruby' } }, }, -- 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: