chore(nvim): run stylua

This commit is contained in:
Price Hiller 2023-07-13 19:47:02 -05:00
parent c3cb43bdad
commit 26496a5b79
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -86,6 +86,6 @@ ccc.setup({
}, },
highlighter = { highlighter = {
auto_enable = true, auto_enable = true,
lsp = true lsp = true,
} },
}) })