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