From 27c6547ded4fcc8119415a59901ec5213eaed159 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 31 Dec 2024 01:30:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-31 01:30:02 --- .config/nvim/lua/plugins/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/nvim/lua/plugins/treesitter.lua b/.config/nvim/lua/plugins/treesitter.lua index df5be6c1..513750f1 100644 --- a/.config/nvim/lua/plugins/treesitter.lua +++ b/.config/nvim/lua/plugins/treesitter.lua @@ -32,6 +32,7 @@ return { "vimdoc", "xml", "yaml", + "just", }, incremental_selection = { enable = true,