style(nvim): format with stylua

This commit is contained in:
Price Hiller 2023-05-05 04:29:11 -05:00
parent 547993730d
commit cf6633b4c4
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ nvim_treesitter.setup({
latex = "rainbow-blocks",
tsx = "rainbow-tags",
vue = "rainbow-tags",
javascript = "rainbow-parens-react"
javascript = "rainbow-parens-react",
},
strategy = {
on_attach = function()