style(nvim): format with stylua

This commit is contained in:
Price Hiller 2023-06-30 21:34:43 -05:00
parent 1b0111f742
commit 7300923a77
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 2 additions and 2 deletions

View File

@ -258,7 +258,7 @@ vim.api.nvim_create_autocmd("filetype", {
"text",
"tex",
"plaintex",
"norg"
"norg",
},
callback = function()
if pcall(require, "autolist") then

View File

@ -573,7 +573,7 @@ lazy.setup({
"text",
"tex",
"plaintex",
"norg"
"norg",
},
opts = {},
},