fix(astro): ensure css treesitter installed

This commit is contained in:
bilabila 2024-08-18 10:35:31 +08:00
parent 1ebc5e0455
commit a84e6c82f5

View file

@ -17,7 +17,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "astro" } },
opts = { ensure_installed = { "astro", "css" } },
},
-- LSP Servers