mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-19 00:39:27 +02: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
Add a link
Reference in a new issue