mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00: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
Reference in a new issue