diff --git a/nvim/lua/plugs/treesitter.lua b/nvim/lua/plugs/treesitter.lua index 1ca9ac1..04a099c 100644 --- a/nvim/lua/plugs/treesitter.lua +++ b/nvim/lua/plugs/treesitter.lua @@ -49,6 +49,7 @@ return { "python", "latex", "typst", + "ruby", }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true