From 23a1bf579d13b69be66b61ebb2552c866625ab70 Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 15 Jun 2025 14:31:47 +0200 Subject: [PATCH] Add just 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 45786e2..0a6343c 100644 --- a/nvim/lua/plugs/treesitter.lua +++ b/nvim/lua/plugs/treesitter.lua @@ -52,6 +52,7 @@ return { "ruby", "svelte", "typescript", + "just" }, sync_install = false, -- This can be updated to a list of languages instead of defaulting to true