mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(astro): ensure css treesitter installed
This commit is contained in:
parent
1ebc5e0455
commit
a84e6c82f5
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ return {
|
|||
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = { ensure_installed = { "astro" } },
|
||||
opts = { ensure_installed = { "astro", "css" } },
|
||||
},
|
||||
|
||||
-- LSP Servers
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue