mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
fix(twig): add root section in recommended
This commit is contained in:
parent
9df59f2e48
commit
eb853b48cd
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
return {
|
return {
|
||||||
recommended = {
|
recommended = {
|
||||||
ft = "twig",
|
ft = "twig",
|
||||||
|
root = { }
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue