fix(vue): ensure css treesitter installed

This commit is contained in:
bilabila 2024-08-14 18:16:37 +08:00
parent 12818a6cb4
commit 1ebc5e0455

View file

@ -11,7 +11,7 @@ return {
{
"nvim-treesitter/nvim-treesitter",
opts = { ensure_installed = { "vue" } },
opts = { ensure_installed = { "vue", "css" } },
},
-- Add LSP servers