style: format
All checks were successful
Check Formatting of Files / Check-Formatting (push) Successful in 1m24s

This commit is contained in:
Price Hiller 2024-05-17 02:03:41 -05:00
parent 0c7aea9c2f
commit 8625c78fd7
Signed by: Price
GPG Key ID: C3FADDE7A8534BEB
2 changed files with 2 additions and 2 deletions

View File

@ -19,4 +19,4 @@
]; ];
}; };
}; };
} }

View File

@ -41,7 +41,7 @@ return {
"PriceHiller/nvim-ts-autotag", "PriceHiller/nvim-ts-autotag",
dependencies = { "nvim-treesitter/nvim-treesitter" }, dependencies = { "nvim-treesitter/nvim-treesitter" },
event = { "BufReadPre", "BufNewFile" }, event = { "BufReadPre", "BufNewFile" },
config = true config = true,
}, },
{ {
url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim", url = "https://gitlab.com/HiPhish/rainbow-delimiters.nvim",