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: