From deb099f6ac3f9a3f605c6263e6892ea02d410833 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 10 Dec 2022 10:56:33 +0000 Subject: [PATCH] feat: add Astro to Treesitter Refs: #30 --- after/plugin/treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/after/plugin/treesitter.lua b/after/plugin/treesitter.lua index 7fb9c84..2fa5f0b 100644 --- a/after/plugin/treesitter.lua +++ b/after/plugin/treesitter.lua @@ -11,6 +11,7 @@ configs.setup { enable = true, }, ensure_installed = { + "astro", "bash", "comment", "css",