fix: Disable Ruby ts indent again to avoid regression(#747)

This commit is contained in:
jrupinski 2024-09-30 10:06:37 +02:00
parent efff293a2d
commit 202ad41d44
1 changed files with 1 additions and 1 deletions

View File

@ -892,7 +892,7 @@ require('lazy').setup({
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installed
auto_install = true, auto_install = true,
highlight = { enable = true }, highlight = { enable = true },
indent = { enable = true }, indent = { enable = true, disable = { 'ruby' } },
}, },
-- There are additional nvim-treesitter modules that you can use to interact -- 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: -- with nvim-treesitter. You should go explore a few and see what interests you: