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