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