From e67f14395ae48a61f4f888c1e861e92957cee3c2 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Fri, 11 Apr 2025 10:27:39 +0200 Subject: [PATCH] Add ruby to treesitter --- nvim/lua/plugs/treesitter.lua | 1 + 1 file changed, 1 insertion(+) 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