mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-23 18:56:03 +02:00
fix(twig): correct code style
This commit is contained in:
parent
eb853b48cd
commit
a21592164b
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
return {
|
return {
|
||||||
recommended = {
|
recommended = {
|
||||||
ft = "twig",
|
ft = "twig",
|
||||||
root = { }
|
root = {},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"nvim-treesitter/nvim-treesitter",
|
"nvim-treesitter/nvim-treesitter",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue